Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:09:04 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous inline documentation improvements.

See #55646

File:
1 edited

Legend:

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

    r53811 r53878  
    48954895 * @param array $array   An array from which we want to retrieve some information.
    48964896 * @param array $path    An array of keys describing the path with which to retrieve information.
    4897  * @param mixed $default The return value if the path does not exist within the array,
    4898  *                       or if `$array` or `$path` are not arrays.
     4897 * @param mixed $default Optional. The return value if the path does not exist within the array,
     4898 *                       or if `$array` or `$path` are not arrays. Default null.
    48994899 * @return mixed The value from the path specified.
    49004900 */
Note: See TracChangeset for help on using the changeset viewer.