Changeset 15813 for trunk/wp-includes/functions.php
- Timestamp:
- 10/15/2010 08:55:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r15806 r15813 4357 4357 $override = is_null( $start_parent ) ? array() : array( $start => $start_parent ); 4358 4358 4359 echo "wp_find_hierarchy_loop: $callback, $start, $callback_args\n";4360 4359 if ( !$arbitrary_loop_member = wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override, $callback_args ) ) 4361 4360 return array();
Note: See TracChangeset
for help on using the changeset viewer.