Changeset 19775
- Timestamp:
- 01/28/2012 12:32:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r19774 r19775 3668 3668 * @param string $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue 3669 3669 * @param bool $pretty Whether or not you want a comma separated string or raw array returned 3670 * @return string|array Either a string containing a reversed comma sep erated trace or an array of individual calls.3670 * @return string|array Either a string containing a reversed comma separated trace or an array of individual calls. 3671 3671 */ 3672 3672 function wp_debug_backtrace_summary( $ignore_class = null, $skip_frames = 0, $pretty = true ) {
Note: See TracChangeset
for help on using the changeset viewer.