mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 03:04:27 +00:00
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:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user