Make WordPress Core


Ignore:
Timestamp:
11/05/2022 05:28:48 PM (23 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in various files.

This fixes Equals sign not aligned with surrounding statements WPCS warnings, so that the output of composer format is clean.

Follow-up to [54445], [54476], [54494], [54522], [54652], [54687].

See #56791.

File:
1 edited

Legend:

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

    r54476 r54752  
    28912891
    28922892        $query_params['slug'] = array(
    2893             'description'       => __( 'Limit result set to posts with one or more specific slugs.' ),
    2894             'type'              => 'array',
    2895             'items'             => array(
     2893            'description' => __( 'Limit result set to posts with one or more specific slugs.' ),
     2894            'type'        => 'array',
     2895            'items'       => array(
    28962896                'type' => 'string',
    28972897            ),
Note: See TracChangeset for help on using the changeset viewer.