Make WordPress Core


Ignore:
Timestamp:
04/17/2022 03:05:10 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in various files.

This fixes an Array double arrow not aligned correctly WPCS warning.

Follow-up to [53075], [53084], [53091], [53094], [53155], [53129].

See #54728.

File:
1 edited

Legend:

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

    r53084 r53197  
    647647                    'readonly'    => true,
    648648                ),
    649                 'ancestor'           => array(
     649                'ancestor'         => array(
    650650                    'description' => __( 'Ancestor blocks.' ),
    651651                    'type'        => array( 'array', 'null' ),
Note: See TracChangeset for help on using the changeset viewer.