Menus: Remove $_menu_item_sort_prop global reference from wp_get_nav_menu_items(), unused since [38928].

Props PieWP, welcher.
Fixes #40947.
Built from https://develop.svn.wordpress.org/trunk@42634


git-svn-id: http://core.svn.wordpress.org/trunk@42463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-02-01 15:42:31 +00:00
parent 673ff22b2b
commit 8393519ade
2 changed files with 1 additions and 2 deletions

View File

@ -636,7 +636,6 @@ function _is_valid_nav_menu_item( $item ) {
*
* @since 3.0.0
*
* @global string $_menu_item_sort_prop
* @staticvar array $fetched
*
* @param int|string|WP_Term $menu Menu ID, slug, name, or object.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42633';
$wp_version = '5.0-alpha-42634';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.