Changeset 60664
- Timestamp:
- 08/26/2025 06:16:59 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r60662 r60664 567 567 break; 568 568 case 'textarea': 569 if ( ! array_key_exists( 'rows', $this->input_attrs ) ) {569 if ( ! array_key_exists( 'rows', $this->input_attrs ) ) { 570 570 $this->input_attrs['rows'] = 5; 571 571 }
Note: See TracChangeset
for help on using the changeset viewer.