equal
deleted
inserted
replaced
494 </p> |
494 </p> |
495 <div class="notice inline notice-info notice-alt"> |
495 <div class="notice inline notice-info notice-alt"> |
496 <?php if ( ! isset( $instance['visual'] ) ) : ?> |
496 <?php if ( ! isset( $instance['visual'] ) ) : ?> |
497 <p><?php _e( 'This widget may contain code that may work better in the “Custom HTML” widget. How about trying that widget instead?' ); ?></p> |
497 <p><?php _e( 'This widget may contain code that may work better in the “Custom HTML” widget. How about trying that widget instead?' ); ?></p> |
498 <?php else : ?> |
498 <?php else : ?> |
499 <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> |
499 <p><?php _e( 'This widget may have contained code that may work better in the “Custom HTML” widget. If you have not yet, how about trying that widget instead?' ); ?></p> |
500 <?php endif; ?> |
500 <?php endif; ?> |
501 </div> |
501 </div> |
502 <p> |
502 <p> |
503 <label for="<?php echo $this->get_field_id( 'text' ); ?>"><?php _e( 'Content:' ); ?></label> |
503 <label for="<?php echo $this->get_field_id( 'text' ); ?>"><?php _e( 'Content:' ); ?></label> |
504 <textarea class="widefat" rows="16" cols="20" id="<?php echo $this->get_field_id( 'text' ); ?>" name="<?php echo $this->get_field_name( 'text' ); ?>"><?php echo esc_textarea( $instance['text'] ); ?></textarea> |
504 <textarea class="widefat" rows="16" cols="20" id="<?php echo $this->get_field_id( 'text' ); ?>" name="<?php echo $this->get_field_name( 'text' ); ?>"><?php echo esc_textarea( $instance['text'] ); ?></textarea> |