Changeset 41364
- Timestamp:
- 09/10/2017 05:07:50 PM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r41363 r41364 36 36 'single.php' => __( 'Single Post' ), 37 37 'page.php' => __( 'Single Page' ), 38 'front-page.php' => __( ' StaticHomepage' ),38 'front-page.php' => __( 'Homepage' ), 39 39 // Attachments 40 40 'attachment.php' => __( 'Attachment Template' ), -
trunk/src/wp-includes/class-wp-customize-manager.php
r41363 r41364 4115 4115 'title' => __( 'Homepage Settings' ), 4116 4116 'priority' => 120, 4117 'description' => __( 'You r theme supports a static homepage.' ),4117 'description' => __( 'You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed.' ), 4118 4118 'active_callback' => array( $this, 'has_published_pages' ), 4119 4119 ) );
Note: See TracChangeset
for help on using the changeset viewer.