Docs: Improve accuracy of `wp_list_sort()`’s `$list` parameter description.
Props manikmist09. Fixes #45766. Built from https://develop.svn.wordpress.org/trunk@44480 git-svn-id: http://core.svn.wordpress.org/trunk@44311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58d5410ceb
commit
bdaf864ec9
|
@ -3967,7 +3967,7 @@ function wp_list_pluck( $list, $field, $index_key = null ) {
|
||||||
*
|
*
|
||||||
* @since 4.7.0
|
* @since 4.7.0
|
||||||
*
|
*
|
||||||
* @param array $list An array of objects to filter.
|
* @param array $list An array of objects to sort.
|
||||||
* @param string|array $orderby Optional. Either the field name to order by or an array
|
* @param string|array $orderby Optional. Either the field name to order by or an array
|
||||||
* of multiple orderby fields as $orderby => $order.
|
* of multiple orderby fields as $orderby => $order.
|
||||||
* @param string $order Optional. Either 'ASC' or 'DESC'. Only used if $orderby
|
* @param string $order Optional. Either 'ASC' or 'DESC'. Only used if $orderby
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.1-alpha-44479';
|
$wp_version = '5.1-alpha-44480';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue