mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Remove unused variable. props jeremyfelt. fixes #25121.
git-svn-id: https://develop.svn.wordpress.org/trunk@25098 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2bbbc466eb
commit
107d2b8716
@ -37,8 +37,6 @@ class Walker_Nav_Menu_Edit extends Walker_Nav_Menu {
|
||||
global $_wp_nav_menu_max_depth;
|
||||
$_wp_nav_menu_max_depth = $depth > $_wp_nav_menu_max_depth ? $depth : $_wp_nav_menu_max_depth;
|
||||
|
||||
$indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
|
||||
|
||||
ob_start();
|
||||
$item_id = esc_attr( $item->ID );
|
||||
$removed_args = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user