From bdaf864ec9a0868442ea760a8c41bcef49d68c38 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 8 Jan 2019 19:54:50 +0000 Subject: [PATCH] =?UTF-8?q?Docs:=20Improve=20accuracy=20of=20`wp=5Flist=5F?= =?UTF-8?q?sort()`=E2=80=99s=20`$list`=20parameter=20description.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 59a728b593..c36bae97ad 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3967,7 +3967,7 @@ function wp_list_pluck( $list, $field, $index_key = null ) { * * @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 * of multiple orderby fields as $orderby => $order. * @param string $order Optional. Either 'ASC' or 'DESC'. Only used if $orderby diff --git a/wp-includes/version.php b/wp-includes/version.php index fec9ff18ab..d35a11575d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.