Changeset 54855 for trunk/src/wp-includes/class-wp-list-util.php
- Timestamp:
- 11/17/2022 06:13:47 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-list-util.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-list-util.php
r54133 r54855 208 208 * 209 209 * @param string|array $orderby Optional. Either the field name to order by or an array 210 * of multiple orderby fields as $orderby => $order. 211 * @param string $order Optional. Either 'ASC' or 'DESC'. Only used if $orderby 212 * is a string. 210 * of multiple orderby fields as `$orderby => $order`. 211 * Default empty array. 212 * @param string $order Optional. Either 'ASC' or 'DESC'. Only used if `$orderby` 213 * is a string. Default 'ASC'. 213 214 * @param bool $preserve_keys Optional. Whether to preserve keys. Default false. 214 215 * @return array The sorted array.
Note: See TracChangeset
for help on using the changeset viewer.