mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 05:49:49 +01:00
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:
parent
d03e05c078
commit
a96fa164b0
@ -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,
|
||||
),
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user