Coding Standards: Add missing space for self-closing tags.

Props laxman-prajapati, sabernhardt.
Fixes #62799.
Built from https://develop.svn.wordpress.org/trunk@59600


git-svn-id: http://core.svn.wordpress.org/trunk@58986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2025-01-13 14:57:23 +00:00
parent 6f097ada4b
commit 6658e0eb76
6 changed files with 6 additions and 6 deletions

View File

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