mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Docs: Miscellaneous inline documentation improvements.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@52422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5106,7 +5106,7 @@ function wp_list_filter( $list, $args = array(), $operator = 'AND' ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Pluck a certain field out of each object in a list.
|
||||
* Plucks a certain field out of each object or array in an array.
|
||||
*
|
||||
* This has the same functionality and prototype of
|
||||
* array_column() (PHP 5.5) but also supports objects.
|
||||
@@ -5130,7 +5130,7 @@ function wp_list_pluck( $list, $field, $index_key = null ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sorts a list of objects, based on one or more orderby arguments.
|
||||
* Sorts an array of objects or arrays based on one or more orderby arguments.
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user