mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-01-29 21:17:39 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@52544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
52cc52a8f4
commit
42b4e39c6d
@ -309,8 +309,8 @@ function get_block_editor_settings( array $custom_settings, $block_editor_contex
|
||||
|
||||
$presets = array(
|
||||
array(
|
||||
'css' => 'variables',
|
||||
'__unstableType' => 'presets',
|
||||
'css' => 'variables',
|
||||
'__unstableType' => 'presets',
|
||||
),
|
||||
array(
|
||||
'css' => 'presets',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user