Changeset 32294 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 04/24/2015 06:57:07 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r31748 r32294 586 586 if ( ! empty( $terms ) ) { 587 587 foreach ( array_keys($terms) as $taxonomy ) { 588 get_terms($taxonomy, array('include' => $terms[$taxonomy]) ); 588 get_terms( $taxonomy, array( 589 'include' => $terms[ $taxonomy ], 590 'hierarchical' => false, 591 ) ); 589 592 } 590 593 }
Note: See TracChangeset
for help on using the changeset viewer.