Make WordPress Core


Ignore:
Timestamp:
01/10/2022 01:54:24 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Correct alignment in get_block_editor_settings().

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

Follow-up to [52054].

See #54728.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-editor.php

    r52364 r52544  
    310310        $presets = array(
    311311                array(
    312                         'css'                     => 'variables',
    313                         '__unstableType'          => 'presets',
     312                        'css'            => 'variables',
     313                        '__unstableType' => 'presets',
    314314                ),
    315315                array(
Note: See TracChangeset for help on using the changeset viewer.