Make WordPress Core


Ignore:
Timestamp:
11/16/2016 12:17:31 PM (9 years ago)
Author:
SergeyBiryukov
Message:

REST API: Uppercase 'ID' in endpoint descriptions and error messages for consistency with other strings.

See #38791.

File:
1 edited

Legend:

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

    r39161 r39264  
    454454
    455455        $schema['properties']['post'] = array(
    456             'description'     => __( 'The id for the associated post of the resource.' ),
     456            'description'     => __( 'The ID for the associated post of the resource.' ),
    457457            'type'            => 'integer',
    458458            'context'         => array( 'view', 'edit' ),
Note: See TracChangeset for help on using the changeset viewer.