Changeset 33531 for branches/4.0/src/wp-includes/default-widgets.php
- Timestamp:
- 08/03/2015 08:47:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-includes/default-widgets.php
r29338 r33531 1355 1355 <p> 1356 1356 <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:') ?></label> 1357 <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; ?>" />1357 <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 ); ?>" /> 1358 1358 </p> 1359 1359 <p>
Note: See TracChangeset
for help on using the changeset viewer.