Changeset 38933 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 10/25/2016 10:50:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r38906 r38933 533 533 <span class="description customize-control-description"><?php echo $this->description; ?></span> 534 534 <?php endif; ?> 535 <textarea rows="5" <?php $this-> link(); ?>><?php echo esc_textarea( $this->value() ); ?></textarea>535 <textarea rows="5" <?php $this->input_attrs(); ?> <?php $this->link(); ?>><?php echo esc_textarea( $this->value() ); ?></textarea> 536 536 </label> 537 537 <?php
Note: See TracChangeset
for help on using the changeset viewer.