diff --git a/wp-includes/functions.php b/wp-includes/functions.php
index fdaa2e1..baf77e7 100644
a
|
b
|
function wp_list_pluck( $list, $field, $index_key = null ) { |
3940 | 3940 | * |
3941 | 3941 | * @since 4.7.0 |
3942 | 3942 | * |
3943 | | * @param array $list An array of objects to filter. |
| 3943 | * @param array $list An array of objects to sort. |
3944 | 3944 | * @param string|array $orderby Optional. Either the field name to order by or an array |
3945 | 3945 | * of multiple orderby fields as $orderby => $order. |
3946 | 3946 | * @param string $order Optional. Either 'ASC' or 'DESC'. Only used if $orderby |