Docs: Document $wp_version global in wp_initial_constants().

Props mt8.biz.
Fixes #42259.
Built from https://develop.svn.wordpress.org/trunk@41959


git-svn-id: http://core.svn.wordpress.org/trunk@41793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-10-20 22:04:56 +00:00
parent 47c555f8ed
commit 45655bb928
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@
*
* @since 3.0.0
*
* @global int $blog_id
* @global int $blog_id The current site ID.
* @global string $wp_version The WordPress version string.
*/
function wp_initial_constants() {
global $blog_id;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta3-41958';
$wp_version = '4.9-beta3-41959';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.