Make WordPress Core


Ignore:
Timestamp:
08/30/2021 02:08:43 PM (2 years ago)
Author:
desrosj
Message:

Coding Standards: Apply some minor alignment fixes.

These are updates caused by running composer format.

Follow up to [51501], [51599], [51618], [51653].
See #53359, #50542, #53238, #53668, #53690.

File:
1 edited

Legend:

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

    r51501 r51693  
    525525                    'readonly'    => true,
    526526                ),
    527                 'view_script'    => array(
     527                'view_script'      => array(
    528528                    'description' => __( 'Public facing script handle.' ),
    529529                    'type'        => array( 'string', 'null' ),
Note: See TracChangeset for help on using the changeset viewer.