- Timestamp:
- 07/21/2020 12:01:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r48195 r48526 117 117 array( 118 118 array( 119 'methods' => WP_REST_Server::READABLE, 120 'callback' => array( $this, 'get_current_item' ), 121 'args' => array( 119 'methods' => WP_REST_Server::READABLE, 120 'permission_callback' => '__return_true', 121 'callback' => array( $this, 'get_current_item' ), 122 'args' => array( 122 123 'context' => $this->get_context_param( array( 'default' => 'view' ) ), 123 124 ),
Note: See TracChangeset
for help on using the changeset viewer.