Make WordPress Core


Ignore:
Timestamp:
09/10/2017 04:19:53 PM (7 years ago)
Author:
westonruter
Message:

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

Props danieltj, melchoyce.
Fixes #41828.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r41258 r41363  
    3636    'single.php'            => __( 'Single Post' ),
    3737    'page.php'              => __( 'Single Page' ),
    38     'front-page.php'        => __( 'Static Front Page' ),
     38    'front-page.php'        => __( 'Static Homepage' ),
    3939    // Attachments
    4040    'attachment.php'        => __( 'Attachment Template' ),
Note: See TracChangeset for help on using the changeset viewer.