Make WordPress Core

Changeset 21252


Ignore:
Timestamp:
07/09/2012 07:48:04 PM (12 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/nav-menu-template.php

    r20513 r21252  
    6666     */
    6767    function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
    68         global $wp_query;
    6968        $indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
    7069
Note: See TracChangeset for help on using the changeset viewer.