Changeset 41363 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 09/10/2017 04:19:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41355 r41363 4113 4113 4114 4114 $this->add_section( 'static_front_page', array( 4115 'title' => __( ' Static Front Page' ),4115 'title' => __( 'Homepage Settings' ), 4116 4116 'priority' => 120, 4117 'description' => __( 'Your theme supports a static frontpage.' ),4117 'description' => __( 'Your theme supports a static homepage.' ), 4118 4118 'active_callback' => array( $this, 'has_published_pages' ), 4119 4119 ) ); … … 4126 4126 4127 4127 $this->add_control( 'show_on_front', array( 4128 'label' => __( ' Frontpage displays' ),4128 'label' => __( 'Your homepage displays' ), 4129 4129 'section' => 'static_front_page', 4130 4130 'type' => 'radio', … … 4141 4141 4142 4142 $this->add_control( 'page_on_front', array( 4143 'label' => __( ' Frontpage' ),4143 'label' => __( 'Homepage' ), 4144 4144 'section' => 'static_front_page', 4145 4145 'type' => 'dropdown-pages',
Note: See TracChangeset
for help on using the changeset viewer.