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:
@@ -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,
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user