Changeset 41792 for trunk/src/wp-includes/class-wp-customize-nav-menus.php
- Timestamp:
- 10/08/2017 04:33:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r41768 r41792 584 584 585 585 $this->manager->add_section( 'menu_locations', array( 586 'title' => __( 'View All Locations' ),587 'panel' 588 'priority' 589 'description' 586 'title' => _x( 'View All Locations', 'menu locations' ), 587 'panel' => 'nav_menus', 588 'priority' => 30, 589 'description' => $description 590 590 ) ); 591 591
Note: See TracChangeset
for help on using the changeset viewer.