- Timestamp:
- 11/02/2016 03:44:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r39056 r39085 344 344 $response = rest_ensure_response( $response ); 345 345 346 $response->header( 'Location', rest_url( sprintf( '%s/%s/%d', $this->namespace, $this->rest_base, $current_user_id ) ) );347 $response->set_status( 302 );348 346 349 347 return $response;
Note: See TracChangeset
for help on using the changeset viewer.