From 107d2b87160b4187e57067945f9774b945ffe8b4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 23 Aug 2013 00:18:48 +0000 Subject: [PATCH] Remove unused variable. props jeremyfelt. fixes #25121. git-svn-id: https://develop.svn.wordpress.org/trunk@25098 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/nav-menu.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-admin/includes/nav-menu.php b/src/wp-admin/includes/nav-menu.php index 7e9fe6ad64..c715631dbe 100644 --- a/src/wp-admin/includes/nav-menu.php +++ b/src/wp-admin/includes/nav-menu.php @@ -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(