- 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-comments-controller.php
r43987 r45267 286 286 $response->header( 'X-WP-TotalPages', $max_pages ); 287 287 288 $base = add_query_arg( $request->get_query_params(), rest_url( sprintf( '%s/%s', $this->namespace, $this->rest_base ) ) );288 $base = add_query_arg( urlencode_deep( $request->get_query_params() ), rest_url( sprintf( '%s/%s', $this->namespace, $this->rest_base ) ) ); 289 289 290 290 if ( $request['page'] > 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.