Changeset 33529
- Timestamp:
- 08/03/2015 08:47:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/wp-includes/default-widgets.php
r31886 r33529 1411 1411 <p> 1412 1412 <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:') ?></label> 1413 <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; ?>" />1413 <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 ); ?>" /> 1414 1414 </p> 1415 1415 <p>
Note: See TracChangeset
for help on using the changeset viewer.