Changeset 20181 for trunk/wp-includes/class-wp-customize.php
- Timestamp:
- 03/15/2012 05:30:11 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-customize.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20179 r20181 589 589 590 590 $this->add_setting( 'page_on_front', array( 591 'label' => __( 'Front page :' ),591 'label' => __( 'Front page' ), 592 592 // 'theme_supports' => 'static-front-page', 593 593 'section' => 'static_front_page', … … 598 598 599 599 $this->add_setting( 'page_for_posts', array( 600 'label' => __( 'Posts page :' ),600 'label' => __( 'Posts page' ), 601 601 // 'theme_supports' => 'static-front-page', 602 602 'section' => 'static_front_page',
Note: See TracChangeset
for help on using the changeset viewer.