Changeset 41822
- Timestamp:
- 10/11/2017 04:25:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r41771 r41822 650 650 <?php echo $describedby_attr; ?> 651 651 <?php $this->input_attrs(); ?> 652 value="<?php echo esc_attr( $this->value() ); ?>" 652 <?php if ( ! isset( $this->input_attrs['value'] ) ) : ?> 653 value="<?php echo esc_attr( $this->value() ); ?>" 654 <?php endif; ?> 653 655 <?php $this->link(); ?> 654 656 />
Note: See TracChangeset
for help on using the changeset viewer.