Remove unused global reference. props ampt. fixes #20863.

git-svn-id: http://core.svn.wordpress.org/trunk@21252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-07-09 19:48:04 +00:00
parent 489f6828d8
commit 62c65ba3ef
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ class Walker_Nav_Menu extends Walker {
* @param object $args
*/
function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
global $wp_query;
$indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
$class_names = $value = '';