- Timestamp:
- 07/24/2017 11:14:50 PM (7 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/widgets/class-wp-widget-text.php
r41133 r41135 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 new “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 new “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.