mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Docs: Miscellaneous inline documentation improvements.
See #55646 git-svn-id: https://develop.svn.wordpress.org/trunk@53878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4894,8 +4894,8 @@ function wp_array_slice_assoc( $array, $keys ) {
|
||||
*
|
||||
* @param array $array An array from which we want to retrieve some information.
|
||||
* @param array $path An array of keys describing the path with which to retrieve information.
|
||||
* @param mixed $default The return value if the path does not exist within the array,
|
||||
* or if `$array` or `$path` are not arrays.
|
||||
* @param mixed $default Optional. The return value if the path does not exist within the array,
|
||||
* or if `$array` or `$path` are not arrays. Default null.
|
||||
* @return mixed The value from the path specified.
|
||||
*/
|
||||
function _wp_array_get( $array, $path, $default = null ) {
|
||||
|
||||
Reference in New Issue
Block a user