Skip to content

Commit 3d736c7

Browse files
Coding Standards: Fix spacing in Customize Control.
Props dmsnell. See [60662]. git-svn-id: https://develop.svn.wordpress.org/trunk@60664 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4c1ee83 commit 3d736c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-customize-control.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ protected function render_content() {
566566
<?php
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
}
572572
?>

0 commit comments

Comments
 (0)