From 559056f62fc322c26ab3b4534f6a4094ccb97f46 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 8 Jan 2019 19:53:34 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@44480 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 59a728b593..c36bae97ad 100644 --- a/src/wp-includes/functions.php +++ b/src/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