Changeset 60662
- Timestamp:
- 08/26/2025 05:47:40 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r59785 r60662 567 567 break; 568 568 case 'textarea': 569 if ( !array_key_exists( 'rows', $this->input_attrs ) ) { 570 $this->input_attrs['rows'] = 5; 571 } 569 572 ?> 570 573 <?php if ( ! empty( $this->label ) ) : ?> … … 576 579 <textarea 577 580 id="<?php echo esc_attr( $input_id ); ?>" 578 rows="5"579 581 <?php echo $describedby_attr; ?> 580 582 <?php $this->input_attrs(); ?>
Note: See TracChangeset
for help on using the changeset viewer.