Changeset 54855 for trunk/tests/phpunit/tests/functions/wpListSort.php
- Timestamp:
- 11/17/2022 06:13:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpListSort.php
r51667 r54855 13 13 * 14 14 * @param string|array $orderby Either the field name to order by or an array 15 * of multiple orderby fields as $orderby => $order.15 * of multiple orderby fields as `$orderby => $order`. 16 16 * @param string $order Either 'ASC' or 'DESC'. 17 17 */ … … 338 338 * 339 339 * @param string|array $orderby Either the field name to order by or an array 340 * of multiple orderby fields as $orderby => $order.340 * of multiple orderby fields as `$orderby => $order`. 341 341 * @param string $order Either 'ASC' or 'DESC'. 342 342 */
Note: See TracChangeset
for help on using the changeset viewer.