Make WordPress Core

Changeset 39457


Ignore:
Timestamp:
12/03/2016 04:20:56 AM (7 years ago)
Author:
pento
Message:

REST API: Merge similar strings in a comments endpoint parameter description.

Props ramiy.
Fixes #39036.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

    r39444 r39457  
    13451345
    13461346        $query_params['offset'] = array(
    1347             'description'        => __( 'Offset the result set by a specific number of comments.' ),
     1347            'description'        => __( 'Offset the result set by a specific number of items.' ),
    13481348            'type'               => 'integer',
    13491349        );
Note: See TracChangeset for help on using the changeset viewer.