Remove debug cruft.
git-svn-id: https://develop.svn.wordpress.org/trunk@15813 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dde4381c70
commit
85d1a2b5b4
|
@ -4356,7 +4356,6 @@ function _wp_mysql_week( $column ) {
|
||||||
function wp_find_hierarchy_loop( $callback, $start, $start_parent, $callback_args = array() ) {
|
function wp_find_hierarchy_loop( $callback, $start, $start_parent, $callback_args = array() ) {
|
||||||
$override = is_null( $start_parent ) ? array() : array( $start => $start_parent );
|
$override = is_null( $start_parent ) ? array() : array( $start => $start_parent );
|
||||||
|
|
||||||
echo "wp_find_hierarchy_loop: $callback, $start, $callback_args\n";
|
|
||||||
if ( !$arbitrary_loop_member = wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override, $callback_args ) )
|
if ( !$arbitrary_loop_member = wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override, $callback_args ) )
|
||||||
return array();
|
return array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue