mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-14 03:21:55 +01:00
Separated into 3 commits for good luck. See r19775.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f94f228013
commit
cd4b65c7eb
@ -3660,7 +3660,8 @@ function wp_allowed_protocols() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a comma seperated string of functions that have been called to get to the current point in code.
|
* Return a comma separated string of functions that have been called to get to the current point in code.
|
||||||
|
*
|
||||||
* @link http://core.trac.wordpress.org/ticket/19589
|
* @link http://core.trac.wordpress.org/ticket/19589
|
||||||
* @since 3.4
|
* @since 3.4
|
||||||
*
|
*
|
||||||
@ -3697,4 +3698,4 @@ function wp_debug_backtrace_summary( $ignore_class = null, $skip_frames = 0, $pr
|
|||||||
return join( ', ', array_reverse( $caller ) );
|
return join( ', ', array_reverse( $caller ) );
|
||||||
else
|
else
|
||||||
return $caller;
|
return $caller;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user