mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 12:50:18 +01:00
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:
parent
daa1cbbbfe
commit
ca5f990078
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user