Customize: Rename "Static front page" to just "Homepage".

Props danieltj, melchoyce.
Fixes #41828.


git-svn-id: https://develop.svn.wordpress.org/trunk@41363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter
2017-09-10 16:19:53 +00:00
parent 3d04cc37a5
commit d0dbcf5913
3 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ $wp_file_descriptions = array(
'singular.php' => __( 'Singular Template' ),
'single.php' => __( 'Single Post' ),
'page.php' => __( 'Single Page' ),
'front-page.php' => __( 'Static Front Page' ),
'front-page.php' => __( 'Static Homepage' ),
// Attachments
'attachment.php' => __( 'Attachment Template' ),
'image.php' => __( 'Image Attachment Template' ),