Coding Standards: Correct alignment in `test_import_theme_starter_content()`.

This fixes an `Equals sign not aligned correctly` WPCS warning.

Follow-up to [54425].

See #55652.
Built from https://develop.svn.wordpress.org/trunk@54426


git-svn-id: http://core.svn.wordpress.org/trunk@53985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-10-09 16:39:28 +00:00
parent 98ae9ab132
commit 2e827f55b4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta3-54425';
$wp_version = '6.1-beta3-54426';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.