Remove some debug cruft accidentally committed in [27670].
See #27430. git-svn-id: https://develop.svn.wordpress.org/trunk@27671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ac9e81e0f0
commit
99c2775c0f
@ -257,7 +257,6 @@ uksort($menu, "strnatcasecmp"); // make it all pretty
|
||||
* @param bool $custom Whether custom ordering is enabled. Default false.
|
||||
*/
|
||||
if ( apply_filters( 'custom_menu_order', false ) ) {
|
||||
log_it( 'false is true' );
|
||||
$menu_order = array();
|
||||
foreach ( $menu as $menu_item ) {
|
||||
$menu_order[] = $menu_item[2];
|
||||
|
Loading…
Reference in New Issue
Block a user