diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 75f27d8041..32f638240f 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -249,7 +249,7 @@ final class _WP_Editors { $toolbar_id = 'qt_' . $editor_id_attr . '_toolbar'; } - $quicktags_toolbar = '
'; + $quicktags_toolbar = ''; } /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 3888297ab6..bbea3a2d58 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50979'; +$wp_version = '5.8-alpha-50980'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.