Coding Standards: Remove extra space in two conditionals.
This fixes WPCS errors in `WP_Site_Health::get_test_plugin_version()` and `::get_test_theme_version()`: * `Expected exactly one space between closing parenthesis and opening control structure; " " found.` * `Expected 1 space(s) after closing parenthesis; found 2` Follow-up to [53816]. See #56134. Built from https://develop.svn.wordpress.org/trunk@53817 git-svn-id: http://core.svn.wordpress.org/trunk@53376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f39318123
commit
de97f21367
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.1-alpha-53816';
|
$wp_version = '6.1-alpha-53817';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue