Coding Standards: Remove trailing tabs in `wp-admin/about.php`.

This resolves a WPCS warning:
{{{
Found precision alignment of 2 spaces.
}}}

Follow-up to [56263].

Props jrf.
See #58831, #58067.
Built from https://develop.svn.wordpress.org/trunk@56285


git-svn-id: http://core.svn.wordpress.org/trunk@55797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-07-24 13:05:26 +00:00
parent d6fac66a83
commit 2eb4c43a4d
2 changed files with 2 additions and 2 deletions

View File

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