Changeset 22117 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/04/2012 06:37:43 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r22021 r22117 327 327 328 328 while ( $parent->parent ) { // get the top parent 329 $parent = &get_term( $parent->parent, $taxonomy->name );329 $parent = get_term( $parent->parent, $taxonomy->name ); 330 330 if ( is_wp_error( $parent ) ) 331 331 break;
Note: See TracChangeset
for help on using the changeset viewer.