Make WordPress Core

Changeset 44480


Ignore:
Timestamp:
01/08/2019 07:53:34 PM (6 years ago)
Author:
desrosj
Message:

Docs: Improve accuracy of wp_list_sort()’s $list parameter description.

Props manikmist09.
Fixes #45766.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r44476 r44480  
    39683968 * @since 4.7.0
    39693969 *
    3970  * @param array        $list          An array of objects to filter.
     3970 * @param array        $list          An array of objects to sort.
    39713971 * @param string|array $orderby       Optional. Either the field name to order by or an array
    39723972 *                                    of multiple orderby fields as $orderby => $order.
Note: See TracChangeset for help on using the changeset viewer.