Changeset 40806 for trunk/src/wp-includes/widgets/class-wp-widget-meta.php
- Timestamp:
- 05/19/2017 08:44:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-meta.php
r40251 r40806 109 109 $title = sanitize_text_field( $instance['title'] ); 110 110 ?> 111 <p><label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?></label> <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" placeholder="<?php esc_attr_e( 'Meta' ); ?>"type="text" value="<?php echo esc_attr($title); ?>" /></p>111 <p><label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?></label> <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></p> 112 112 <?php 113 113 }
Note: See TracChangeset
for help on using the changeset viewer.