Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:44:12 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #54729

File:
1 edited

Legend:

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

    r53243 r53299  
    69196919
    69206920/**
    6921  * Return a comma-separated string of functions that have been called to get
     6921 * Returns a comma-separated string or array of functions that have been called to get
    69226922 * to the current point in code.
    69236923 *
     
    69306930 * @param int    $skip_frames  Optional. A number of stack frames to skip - useful for unwinding
    69316931 *                             back to the source of the issue. Default 0.
    6932  * @param bool   $pretty       Optional. Whether or not you want a comma separated string or raw
    6933  *                             array returned. Default true.
     6932 * @param bool   $pretty       Optional. Whether you want a comma separated string instead of
     6933 *                             the raw array returned. Default true.
    69346934 * @return string|array Either a string containing a reversed comma separated trace or an array
    69356935 *                      of individual calls.
Note: See TracChangeset for help on using the changeset viewer.