diff --git a/src/wp-includes/widgets/class-wp-widget-text.php b/src/wp-includes/widgets/class-wp-widget-text.php
index 2297d2b..2140811 100644
a
|
b
|
class WP_Widget_Text extends WP_Widget { |
340 | 340 | <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $instance['title'] ); ?>"/> |
341 | 341 | </p> |
342 | 342 | <div class="notice inline notice-info notice-alt"> |
343 | | <p><?php _e( 'This widget may contain code that may work better in the new “Custom HTML” widget. How about trying that widget instead?' ); ?></p> |
| 343 | <p><?php _e( 'This widget may contain code that may work better in the “Custom HTML” widget. How about trying that widget instead?' ); ?></p> |
344 | 344 | </div> |
345 | 345 | <p> |
346 | 346 | <label for="<?php echo $this->get_field_id( 'text' ); ?>"><?php _e( 'Content:' ); ?></label> |