Make WordPress Core


Ignore:
Timestamp:
11/05/2022 09:59:35 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Revert [54752] from the 6.1 branch.

This was supposed to be committed to trunk.

See #56791.

File:
1 edited

Legend:

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

    r54752 r54753  
    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.