Changeset 42673 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 02/08/2018 10:57:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r42343 r42673 569 569 <?php echo $describedby_attr; ?> 570 570 <?php $this->input_attrs(); ?> 571 <?php $this->link(); ?>> 572 <?php echo esc_textarea( $this->value() ); ?> 573 </textarea> 571 <?php $this->link(); ?> 572 ><?php echo esc_textarea( $this->value() ); ?></textarea> 574 573 <?php 575 574 break;
Note: See TracChangeset
for help on using the changeset viewer.