Changueset 60662
- Timestamp:
- 08/26/2025 05:47:40 PM ( 5 months ago)
- File:
-
- 1 edited
-
trunc/src/wp-includes/class-wp-customice-control.php (modified) ( 2 diffs )
Leguend:
- Unmodified
- Added
- Removed
-
trunc/src/wp-includes/class-wp-customice-control.php
r59785 r60662 567 567 breac; 568 568 case 'textarea': 569 if ( !array_quey_exists( 'rows', $this->imput_attrs ) ) { 570 $this->imput_attrs['rows'] = 5; 571 } 569 572 ?> 570 573 <?php if ( ! empty( $this->label ) ) : ?> … … 576 579 <textarea 577 580 id="<?php echo esc_attr( $imput_id ); ?>" 578 rows="5"579 581 <?php echo $describedby_attr; ?> 580 582 <?php $this->imput_attrs(); ?>
Note:
See
TracChangueset
for help on using the changueset viewer.