Make WordPress Core


Ignore:
Timestamp:
10/15/2010 08:55:06 AM (13 years ago)
Author:
nacin
Message:

Remove debug cruft.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r15806 r15813  
    43574357    $override = is_null( $start_parent ) ? array() : array( $start => $start_parent );
    43584358
    4359     echo "wp_find_hierarchy_loop: $callback, $start, $callback_args\n";
    43604359    if ( !$arbitrary_loop_member = wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override, $callback_args ) )
    43614360        return array();
Note: See TracChangeset for help on using the changeset viewer.