Make WordPress Core

Changeset 19775


Ignore:
Timestamp:
01/28/2012 12:32:55 PM (13 years ago)
Author:
westi
Message:

Separating my commits so that my spelling mistakes are plain for everyone to see. Fix another mistake props duck_.

File:
1 edited

Legend:

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

    r19774 r19775  
    36683668 * @param string $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue
    36693669 * @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 seperated 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.
    36713671 */
    36723672function wp_debug_backtrace_summary( $ignore_class = null, $skip_frames = 0, $pretty = true ) {
Note: See TracChangeset for help on using the changeset viewer.