- Timestamp:
- 04/25/2019 12:07:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r45190 r45267 344 344 345 345 $request_params = $request->get_query_params(); 346 $base = add_query_arg( $request_params, rest_url( sprintf( '%s/%s', $this->namespace, $this->rest_base ) ) );346 $base = add_query_arg( urlencode_deep( $request_params ), rest_url( sprintf( '%s/%s', $this->namespace, $this->rest_base ) ) ); 347 347 348 348 if ( $page > 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.