Make WordPress Core

Ticket #39036: 39036.patch

File 39036.patch, 623 bytes (added by ramiy, 9 years ago)
  • wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

     
    13481348                );
    13491349
    13501350                $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.' ),
    13521352                        'type'               => 'integer',
    13531353                );
    13541354