Make WordPress Core


Ignore:
Timestamp:
02/02/2021 06:02:36 PM (5 years ago)
Author:
desrosj
Message:

Coding Standards: Fix several minor coding standards issues.

These are made by running composer format.

Follow up to [50124], [50129], [50143].

See #49961, #52192, #34281.

File:
1 edited

Legend:

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

    r50124 r50152  
    13361336                    'oneOf'       => array(
    13371337                        array(
    1338                             'title'       => __( 'Rotation' ),
    1339                             'properties'  => array(
     1338                            'title'      => __( 'Rotation' ),
     1339                            'properties' => array(
    13401340                                'type' => array(
    13411341                                    'description' => __( 'Rotation type.' ),
     
    13591359                        ),
    13601360                        array(
    1361                             'title'       => __( 'Crop' ),
    1362                             'properties'  => array(
     1361                            'title'      => __( 'Crop' ),
     1362                            'properties' => array(
    13631363                                'type' => array(
    13641364                                    'description' => __( 'Crop type.' ),
Note: See TracChangeset for help on using the changeset viewer.