Ticket #39036: 39036.patch
| File 39036.patch, 623 bytes (added by , 9 years ago) |
|---|
-
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
1348 1348 ); 1349 1349 1350 1350 $query_params['offset'] = array( 1351 'description' => __( 'Offset the result set by a specific number of comments.' ),1351 'description' => __( 'Offset the result set by a specific number of items.' ), 1352 1352 'type' => 'integer', 1353 1353 ); 1354 1354