Changeset 33534
- Timestamp:
- 08/03/2015 08:48:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-includes/default-widgets.php
r25675 r33534 1145 1145 <p> 1146 1146 <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:') ?></label> 1147 <input type="text" class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" value="<?php echo $title; ?>" />1147 <input type="text" class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" value="<?php echo esc_attr( $title ); ?>" /> 1148 1148 </p> 1149 1149 <p>
Note: See TracChangeset
for help on using the changeset viewer.