Changeset 10853
- Timestamp:
- 03/31/2009 10:01:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r10810 r10853 439 439 <label for="<?php echo $this->get_field_id('title'); ?>"> 440 440 <?php _e( 'Title:' ); ?> 441 <input class="widefat" id="<?php echo $this->get_field_id('title'); ?> >" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $title; ?>" />441 <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $title; ?>" /> 442 442 </label> 443 443 </p>
Note: See TracChangeset for help on using the changeset viewer.