Make WordPress Core

Changeset 19777


Ignore:
Timestamp:
01/28/2012 02:36:16 PM (13 years ago)
Author:
westi
Message:

Correct the datatype for the skip_frames argument in the phpDoc props Rarst.

File:
1 edited

Legend:

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

    r19776 r19777  
    36673667 *
    36683668 * @param string $ignore_class A class to ignore all function calls within - useful when you want to just give info about the callee
    3669  * @param string $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue
     3669 * @param int $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue
    36703670 * @param bool $pretty Whether or not you want a comma separated string or raw array returned
    36713671 * @return string|array Either a string containing a reversed comma separated trace or an array of individual calls.
Note: See TracChangeset for help on using the changeset viewer.