Make WordPress Core

Changeset 60664 for trunk


Ignore:
Timestamp:
08/26/2025 06:16:59 PM (13 months ago)
Author:
TimothyBlynJacobs
Message:

Coding Standards: Fix spacing in Customize Control.

Props dmsnell.
See [60662].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r60662 r60664  
    567567                                break;
    568568                        case 'textarea':
    569                                 if ( !array_key_exists( 'rows', $this->input_attrs ) ) {
     569                                if ( ! array_key_exists( 'rows', $this->input_attrs ) ) {
    570570                                        $this->input_attrs['rows'] = 5;
    571571                                }
Note: See TracChangeset for help on using the changeset viewer.