Changeset 20506 for trunk/wp-includes/class-wp-customize.php
- Timestamp:
- 04/18/2012 05:13:31 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-customize.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20496 r20506 592 592 'label' => __( 'Background Repeat' ), 593 593 'section' => 'background', 594 'visibility' => 'background_image',595 594 'type' => 'radio', 596 595 'choices' => array( … … 610 609 'label' => __( 'Background Position' ), 611 610 'section' => 'background', 612 'visibility' => 'background_image',613 611 'type' => 'radio', 614 612 'choices' => array( … … 627 625 'label' => __( 'Background Attachment' ), 628 626 'section' => 'background', 629 'visibility' => 'background_image',630 627 'type' => 'radio', 631 628 'choices' => array( … … 709 706 'section' => 'static_front_page', 710 707 'type' => 'dropdown-pages', 711 'visibility' => array( 'show_on_front', 'page' ),712 708 ) ); 713 709 … … 722 718 'section' => 'static_front_page', 723 719 'type' => 'dropdown-pages', 724 'visibility' => array( 'show_on_front', 'page' ),725 720 ) ); 726 721
Note: See TracChangeset
for help on using the changeset viewer.