diff --git src/wp-includes/widgets/class-wp-widget-text.php src/wp-includes/widgets/class-wp-widget-text.php
index b3ffd90b18..6ce1e2f8d0 100644
|
|
class WP_Widget_Text extends WP_Widget { |
196 | 196 | </p> |
197 | 197 | <p> |
198 | 198 | <label for="{{ elementIdPrefix }}text" class="screen-reader-text"><?php esc_html_e( 'Content:' ); ?></label> |
199 | | <textarea id="{{ elementIdPrefix }}text" class="widefat text" style="height: 200px" rows="16" cols="20"></textarea> |
| 199 | <textarea id="{{ elementIdPrefix }}text" class="widefat text wp-editor-area" style="height: 200px" rows="16" cols="20"></textarea> |
200 | 200 | </p> |
201 | 201 | </script> |
202 | 202 | <?php |