- Timestamp:
- 06/13/2024 03:04:50 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r58283 r58408 79 79 '/' . $this->rest_base . '/(?P<id>[\d]+)', 80 80 array( 81 'args' => array(81 'args' => array( 82 82 'id' => array( 83 83 'description' => __( 'Unique identifier for the user.' ),
Note: See TracChangeset
for help on using the changeset viewer.