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