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:
audrasjb 2022-08-02 14:50:12 +00:00
parent 0008d2a443
commit 46c1425601
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.