Ticket #9974: t9974-text-widget-text-tweak.diff
| File t9974-text-widget-text-tweak.diff, 1015 bytes (added by demetris, 4 years ago) |
|---|
-
wp-includes/default-widgets.php
406 406 407 407 <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 $text; ?></textarea> 408 408 409 <p><input id="<?php echo $this->get_field_id('filter'); ?>" name="<?php echo $this->get_field_name('filter'); ?>" type="checkbox" <?php checked($instance['filter']); ?> /> <label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Auto matically add paragraphs.'); ?></label></p>409 <p><input id="<?php echo $this->get_field_id('filter'); ?>" name="<?php echo $this->get_field_name('filter'); ?>" type="checkbox" <?php checked($instance['filter']); ?> /> <label for="<?php echo $this->get_field_id('filter'); ?>"><?php _e('Auto-paragraphing'); ?></label></p> 410 410 <?php 411 411 } 412 412 }