Changeset 15235 for trunk/wp-includes/nav-menu-template.php
- Timestamp:
- 06/11/2010 08:19:35 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/nav-menu-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/nav-menu-template.php
r15221 r15235 267 267 $term_to_ancestor[ $desc ] = $anc; 268 268 } 269 269 270 270 foreach ( $terms as $desc ) { 271 271 do { … … 383 383 ( 384 384 'taxonomy' == $parent_item->type && 385 isset( $possible_taxonomy_ancestors[ $parent_item->object ] ) && 385 isset( $possible_taxonomy_ancestors[ $parent_item->object ] ) && 386 386 in_array( $parent_item->object_id, $possible_taxonomy_ancestors[ $parent_item->object ] ) 387 387 )
Note: See TracChangeset
for help on using the changeset viewer.