Coding Standards: Fix a WPCS indentation issue found in `wp-admin/options-general.php` after [57793].

See #60732.




Built from https://develop.svn.wordpress.org/trunk@57794


git-svn-id: http://core.svn.wordpress.org/trunk@57295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-03-08 22:44:11 +00:00
parent fc2935aa80
commit 7ae05b7753
2 changed files with 2 additions and 2 deletions

View File

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