diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 0caa933039..ab402812d7 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -2773,7 +2773,7 @@ img { } /* Theme/Plugin Editor */ -.alignleft h3 { +.alignleft h2 { margin: 0; } @@ -2801,7 +2801,7 @@ img { word-wrap: break-word; } -#templateside h3, +#templateside h2, #postcustomstuff p.submit { margin: 0; } diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index c858c0bbcf..328577de9b 100644 --- a/src/wp-admin/theme-editor.php +++ b/src/wp-admin/theme-editor.php @@ -135,7 +135,7 @@ if ( $description != $file_show )
-

display('Name'); if ( $description ) echo ': ' . $description; ?>

+

display( 'Name' ); if ( $description ) echo ': ' . $description; ?>

@@ -165,7 +165,7 @@ if ( $theme->errors() ) if ( $allowed_files ) : if ( $has_templates || $theme->parent() ) : ?> -

+

parent() ) : ?>

get_template() ) ) . '">' . $theme->parent()->display('Name') . '' ); ?>

@@ -175,7 +175,7 @@ if ( $allowed_files ) : foreach ( $allowed_files as $filename => $absolute_filename ) : if ( 'style.css' == $filename ) - echo "\t\n\t

" . _x( 'Styles', 'Theme stylesheets in theme editor' ) . "

\n\t
    \n"; + echo "\t
\n\t

" . _x( 'Styles', 'Theme stylesheets in theme editor' ) . "

\n\t
    \n"; $file_description = get_file_description( $absolute_filename ); if ( $file_description != basename( $filename ) )