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-users-controller.php

    r39264 r39266  
    12501250
    12511251        $query_params['exclude'] = array(
    1252             'description'        => __( 'Ensure result set excludes specific ids.' ),
     1252            'description'        => __( 'Ensure result set excludes specific IDs.' ),
    12531253            'type'               => 'array',
    12541254            'items'              => array(
     
    12591259
    12601260        $query_params['include'] = array(
    1261             'description'        => __( 'Limit result set to specific ids.' ),
     1261            'description'        => __( 'Limit result set to specific IDs.' ),
    12621262            'type'               => 'array',
    12631263            'items'              => array(
Note: See TracChangeset for help on using the changeset viewer.