Changeset 53299 for trunk/src/wp-includes/functions.php
- Timestamp:
- 04/28/2022 09:44:12 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53243 r53299 6919 6919 6920 6920 /** 6921 * Return a comma-separated stringof functions that have been called to get6921 * Returns a comma-separated string or array of functions that have been called to get 6922 6922 * to the current point in code. 6923 6923 * … … 6930 6930 * @param int $skip_frames Optional. A number of stack frames to skip - useful for unwinding 6931 6931 * back to the source of the issue. Default 0. 6932 * @param bool $pretty Optional. Whether or not you want a comma separated string or raw6933 * 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. 6934 6934 * @return string|array Either a string containing a reversed comma separated trace or an array 6935 6935 * of individual calls.
Note: See TracChangeset
for help on using the changeset viewer.