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
This commit is contained in:
Aaron Jorbin 2025-03-18 20:07:59 +00:00
parent d03e05c078
commit a96fa164b0

View File

@ -623,9 +623,9 @@ if ( post_type_supports( $post_type, 'editor' ) ) {
'drag_drop_upload' => true,
'editor_height' => 300,
'tinymce' => array(
'resize' => false,
'wp_autoresize_on' => $_wp_editor_expand,
'add_unload_trigger' => false,
'resize' => false,
'wp_autoresize_on' => $_wp_editor_expand,
'add_unload_trigger' => false,
),
)
);