From 7f008a21de304bf3b0e39e79ed1cf819ee10748d Mon Sep 17 00:00:00 2001
From: Weston Ruter
Date: Tue, 16 May 2017 00:11:41 +0000
Subject: [PATCH] Widgets: Add missing `wp-editor-area` CSS class for
`textarea` in the TinyMCE-extended Text widget to ensure proper styles are
applied.
Removes extra border around TinyMCE-wrapped `textarea` and removes gap at bottom due to lack of `display:block`.
Props johnjamesjacoby, westonruter.
See #35243.
Fixes #40755.
Built from https://develop.svn.wordpress.org/trunk@40675
git-svn-id: http://core.svn.wordpress.org/trunk@40538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-includes/version.php | 2 +-
wp-includes/widgets/class-wp-widget-text.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wp-includes/version.php b/wp-includes/version.php
index e3bb72c67d..acc20fd9b9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.8-beta1-40674';
+$wp_version = '4.8-beta1-40675';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
diff --git a/wp-includes/widgets/class-wp-widget-text.php b/wp-includes/widgets/class-wp-widget-text.php
index b3ffd90b18..6ce1e2f8d0 100644
--- a/wp-includes/widgets/class-wp-widget-text.php
+++ b/wp-includes/widgets/class-wp-widget-text.php
@@ -196,7 +196,7 @@ class WP_Widget_Text extends WP_Widget {