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

    r39264 r39266  
    887887
    888888        $query_params['exclude'] = array(
    889             'description'       => __( 'Ensure result set excludes specific ids.' ),
     889            'description'       => __( 'Ensure result set excludes specific IDs.' ),
    890890            'type'              => 'array',
    891891            'items'             => array(
     
    896896
    897897        $query_params['include'] = array(
    898             'description'       => __( 'Limit result set to specific ids.' ),
     898            'description'       => __( 'Limit result set to specific IDs.' ),
    899899            'type'              => 'array',
    900900            'items'             => array(
Note: See TracChangeset for help on using the changeset viewer.