Coding Standards: Add a space before / character in some self-closing HTML tags.

While this has no effect on the code, it fixes a minor inconsistency with the rest of core.

Props laxman-prajapati.
Fixes #52870.
Built from https://develop.svn.wordpress.org/trunk@50556


git-svn-id: http://core.svn.wordpress.org/trunk@50169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-03-20 18:30:08 +00:00
parent 643888dfc6
commit d3d78e755b
20 changed files with 35 additions and 35 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50555';
$wp_version = '5.8-alpha-50556';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.