Skip to content

Commit a96fa16

Browse files
committed
Coding Standards: Correct alignment in parameters passed to wp_editor.
Follow-up to [59188]. See #29838, #62279. git-svn-id: https://develop.svn.wordpress.org/trunk@60043 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d03e05c commit a96fa16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-admin/edit-form-advanced.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,9 @@
623623
'drag_drop_upload' => true,
624624
'editor_height' => 300,
625625
'tinymce' => array(
626-
'resize' => false,
627-
'wp_autoresize_on' => $_wp_editor_expand,
628-
'add_unload_trigger' => false,
626+
'resize' => false,
627+
'wp_autoresize_on' => $_wp_editor_expand,
628+
'add_unload_trigger' => false,
629629
),
630630
)
631631
);

0 commit comments

Comments
 (0)