Coding Standards: Correct alignment in parameters passed to wp_editor.

Follow-up to [59188].

See #29838, #62279.

Built from https://develop.svn.wordpress.org/trunk@60043


git-svn-id: http://core.svn.wordpress.org/trunk@59379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2025-03-18 20:09:25 +00:00
parent dd948b4e4b
commit 36ae833962
2 changed files with 4 additions and 4 deletions

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,
),
)
);

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-beta3-60042';
$wp_version = '6.8-beta3-60043';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.