Ticket #40947: nav-menu.patch
File nav-menu.patch, 644 bytes (added by , 7 years ago) |
---|
-
nav-menu.php
592 592 } 593 593 594 594 static $fetched = array(); 595 global $_menu_item_sort_prop; 595 596 596 597 $items = get_objects_in_term( $menu->term_id, 'nav_menu' ); 597 598 if ( is_wp_error( $items ) ) { … … 602 603 'post_status' => 'publish', 'output' => ARRAY_A, 'output_key' => 'menu_order', 'nopaging' => true ); 603 604 $args = wp_parse_args( $args, $defaults ); 604 605 $args['include'] = $items; 606 $_menu_item_sort_prop = $args['output_key']; 605 607 606 608 if ( ! empty( $items ) ) { 607 609 $items = get_posts( $args );