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