Theme Editor: Change file descriptions of `header.php` and `footer.php`.

`header.php` is now "Theme Header" and `footer.php` is "Theme Footer". This prevents a clash with other "Header" strings in the context of "Custom Header".

Props ramiy.
Fixes #32975.

git-svn-id: https://develop.svn.wordpress.org/trunk@34290 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-09-18 16:02:24 +00:00
parent 7851406626
commit 7f562dd69f
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ $wp_file_descriptions = array(
'rtl.css' => __( 'RTL Stylesheet' ),
'comments.php' => __( 'Comments' ),
'comments-popup.php' => __( 'Popup Comments' ),
'footer.php' => __( 'Footer' ),
'header.php' => __( 'Header' ),
'footer.php' => __( 'Theme Footer' ),
'header.php' => __( 'Theme Header' ),
'sidebar.php' => __( 'Sidebar' ),
'archive.php' => __( 'Archives' ),
'author.php' => __( 'Author Template' ),