Make WordPress Core


Ignore:
Timestamp:
11/16/2016 01:27:10 PM (8 years ago)
Author:
SergeyBiryukov
Message:

REST API: After [39252] and [39264], uppercase some more 'ID' references in translatable strings.

See #38791.

File:
1 edited

Legend:

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

    r39264 r39266  
    19931993
    19941994        $params['exclude'] = array(
    1995             'description'        => __( 'Ensure result set excludes specific ids.' ),
     1995            'description'        => __( 'Ensure result set excludes specific IDs.' ),
    19961996            'type'               => 'array',
    19971997            'items'              => array(
     
    20022002
    20032003        $params['include'] = array(
    2004             'description'        => __( 'Limit result set to specific ids.' ),
     2004            'description'        => __( 'Limit result set to specific IDs.' ),
    20052005            'type'               => 'array',
    20062006            'items'              => array(
Note: See TracChangeset for help on using the changeset viewer.