Changeset 44574 for trunk/src/wp-includes/widgets/class-wp-widget-text.php
- Timestamp:
- 01/12/2019 06:40:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r43571 r44574 494 494 <input id="<?php echo $this->get_field_id( 'filter' ); ?>" name="<?php echo $this->get_field_name( 'filter' ); ?>" type="checkbox"<?php checked( ! empty( $instance['filter'] ) ); ?> /> <label for="<?php echo $this->get_field_id( 'filter' ); ?>"><?php _e( 'Automatically add paragraphs' ); ?></label> 495 495 </p> 496 <?php496 <?php 497 497 endif; 498 498 }
Note: See TracChangeset
for help on using the changeset viewer.