Docs: Use 3-digit, x.x.x style semantic versioning for inline comments in populate_options().

See #49572.
Built from https://develop.svn.wordpress.org/trunk@47782


git-svn-id: http://core.svn.wordpress.org/trunk@47558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-05-11 17:26:08 +00:00
parent 7f60aee75a
commit 3fc1b33d53
2 changed files with 14 additions and 14 deletions

View File

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