Docs: Correct @since version in the wp-includes/version.php file header.

There was no public release of WordPress 1.1.

Follow-up to [803], [43662].

See #52628.
Built from https://develop.svn.wordpress.org/trunk@51188


git-svn-id: http://core.svn.wordpress.org/trunk@50797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-06-21 04:29:56 +00:00
parent daa1cbbbfe
commit ca5f990078

View File

@ -5,7 +5,7 @@
* Contains version information for the current WordPress release. * Contains version information for the current WordPress release.
* *
* @package WordPress * @package WordPress
* @since 1.1.0 * @since 1.2.0
*/ */
/** /**
@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.8-beta2-51187'; $wp_version = '5.8-beta2-51188';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.