- Timestamp:
- 10/21/2016 05:00:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
r38859 r38863 533 533 534 534 if ( ARRAY_A === $args['output'] ) { 535 $items = wp_list_sort( $items, array( 536 $args['output_key'] => 'ASC', 537 ) ); 535 $GLOBALS['_menu_item_sort_prop'] = $args['output_key']; 536 usort( $items, '_sort_nav_menu_items' ); 538 537 $i = 1; 539 538
Note: See TracChangeset
for help on using the changeset viewer.