Make WordPress Core


Ignore:
Timestamp:
06/11/2010 08:19:35 PM (16 years ago)
Author:
ryan
Message:

Trim trailing whitespace.

File:
1 edited

Legend:

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

    r15221 r15235  
    267267                            $term_to_ancestor[ $desc ] = $anc;
    268268                    }
    269                    
     269
    270270                    foreach ( $terms as $desc ) {
    271271                        do {
     
    383383                (
    384384                    'taxonomy' == $parent_item->type &&
    385                     isset( $possible_taxonomy_ancestors[ $parent_item->object ] ) && 
     385                    isset( $possible_taxonomy_ancestors[ $parent_item->object ] ) &&
    386386                    in_array( $parent_item->object_id, $possible_taxonomy_ancestors[ $parent_item->object ] )
    387387                )
Note: See TracChangeset for help on using the changeset viewer.