Coding Standards: Correct alignment in `WP_Site_Health::get_test_update_temp_backup_writable()`.

This fixes an `Equals sign not aligned with surrounding assignments; expected 1 space but found 6 spaces` WPCS warning.

Follow-up to [51815].

See #51857, #53359.
Built from https://develop.svn.wordpress.org/trunk@51951


git-svn-id: http://core.svn.wordpress.org/trunk@51540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-10-29 16:52:57 +00:00
parent 0775153e27
commit 0e2f9ad5b6
2 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51950';
$wp_version = '5.9-alpha-51951';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.