Changeset 20303
- Timestamp:
- 03/28/2012 09:57:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize.php
r20295 r20303 555 555 'title' => __( 'Header' ), 556 556 'theme_supports' => 'custom-header', 557 'priority' => 20, 557 558 ) ); 558 559 … … 605 606 'title' => __( 'Background' ), 606 607 'theme_supports' => 'custom-background', 608 'priority' => 30, 607 609 ) ); 608 610 … … 696 698 'title' => __( 'Navigation' ), 697 699 'theme_supports' => 'menus', 700 'priority' => 40, 698 701 'description' => sprintf( _n('Your theme supports %s menu. Select which menu you would like to use.', 'Your theme supports %s menus. Select which menu appears in each location.', $num_locations ), number_format_i18n( $num_locations ) ), 699 702 ) ); … … 728 731 'title' => __( 'Static Front Page' ), 729 732 // 'theme_supports' => 'static-front-page', 733 'priority' => 50, 730 734 'description' => __( 'Your theme supports a static front page.' ), 731 735 ) ); … … 778 782 779 783 $this->add_section( 'strings', array( 780 'title' => __( 'Site Title & Tagline' ), 784 'title' => __( 'Site Title & Tagline' ), 785 'priority' => 5, 781 786 ) ); 782 787
Note: See TracChangeset
for help on using the changeset viewer.