mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
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:
parent
47c555f8ed
commit
45655bb928
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user