Twenty Nineteen: Remove trailing spaces in DocBlocks.

Follow-up to [59102].

Props mukesh27.
See #62112.
Built from https://develop.svn.wordpress.org/trunk@59103


git-svn-id: http://core.svn.wordpress.org/trunk@58499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-09-27 16:25:14 +00:00
parent d6a8139302
commit 11e422b785
2 changed files with 4 additions and 4 deletions

View File

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