Make WordPress Core


Ignore:
Timestamp:
01/06/2011 04:11:14 AM (16 years ago)
Author:
ryan
Message:

Bring out the shears.

File:
1 edited

Legend:

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

    r17109 r17228  
    427427                                        isset( $possible_taxonomy_ancestors[ $parent_item->object ] ) &&
    428428                                        in_array( $parent_item->object_id, $possible_taxonomy_ancestors[ $parent_item->object ] ) &&
    429                                         (       
     429                                        (
    430430                                                ! isset( $queried_object->term_id ) ||
    431431                                                $parent_item->object_id != $queried_object->term_id
Note: See TracChangeset for help on using the changeset viewer.