Skip to content

Commit 025eab7

Browse files
Coding Standards: Fix spacing in Customize Control.
Props dmsnell. See [60662]. Built from https://develop.svn.wordpress.org/trunk@60664 git-svn-id: http://core.svn.wordpress.org/trunk@60000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 634bfa3 commit 025eab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
?>

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.9-alpha-60663';
19+
$wp_version = '6.9-alpha-60664';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)