Changeset 59696 for trunk/src/wp-includes/widgets/class-wp-widget-text.php
- Timestamp:
- 01/23/2025 11:52:04 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r59120 r59696 558 558 <div class="wp-pointer-content"> 559 559 <h3><?php _e( 'Did you just paste HTML?' ); ?></h3> 560 <p><?php _e( 'Hey there, looks like you just pasted HTML into the “Visual” tab of the Text widget. You may want to paste your code into the “ Text” tab instead. Alternately, try out the new “Custom HTML” widget!' ); ?></p>560 <p><?php _e( 'Hey there, looks like you just pasted HTML into the “Visual” tab of the Text widget. You may want to paste your code into the “Code” tab instead. Alternately, try out the new “Custom HTML” widget!' ); ?></p> 561 561 <div class="wp-pointer-buttons"> 562 562 <a class="close" href="#"><?php _e( 'Dismiss' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.