- Timestamp:
- 05/25/2021 01:11:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r49955 r51000 38 38 39 39 /** 40 * Registers the routes for the objects of the controller.40 * Registers the routes for users. 41 41 * 42 42 * @since 4.7.0 … … 1521 1521 $query_params['orderby'] = array( 1522 1522 'default' => 'name', 1523 'description' => __( 'Sort collection by objectattribute.' ),1523 'description' => __( 'Sort collection by user attribute.' ), 1524 1524 'enum' => array( 1525 1525 'id',
Note: See TracChangeset
for help on using the changeset viewer.