Changeset 41134 for trunk/src/wp-includes/widgets/class-wp-widget-text.php
- Timestamp:
- 07/24/2017 11:10:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r41132 r41134 361 361 </p> 362 362 <div class="notice inline notice-info notice-alt"> 363 <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> 363 <?php if ( ! isset( $instance['visual'] ) ) : ?> 364 <p><?php _e( 'This widget may contain code that may work better in the “Custom HTML” widget. How about trying that widget instead?' ); ?></p> 365 <?php else : ?> 366 <p><?php _e( 'This widget may have contained code that may work better in the “Custom HTML” widget. If you haven’t yet, how about trying that widget instead?' ); ?></p> 367 <?php endif; ?> 364 368 </div> 365 369 <p>
Note: See TracChangeset
for help on using the changeset viewer.