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:
parent
489f6828d8
commit
62c65ba3ef
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in New Issue