diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 668425aa90..01f28bd08f 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -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