mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Docs: Improve the description of param $list
in wp_list_sort()
docblock.
Props audrasjb, rherault. Fixes #56324. See #55646. Built from https://develop.svn.wordpress.org/trunk@53811 git-svn-id: http://core.svn.wordpress.org/trunk@53370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0008d2a443
commit
46c1425601
@ -5190,7 +5190,7 @@ function wp_list_pluck( $list, $field, $index_key = null ) {
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
* @param array $list An array of objects to sort.
|
||||
* @param array $list An array of objects or arrays to sort.
|
||||
* @param string|array $orderby Optional. Either the field name to order by or an array
|
||||
* of multiple orderby fields as $orderby => $order.
|
||||
* @param string $order Optional. Either 'ASC' or 'DESC'. Only used if $orderby
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53810';
|
||||
$wp_version = '6.1-alpha-53811';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user