From 1a8b08418bf6f08bf7f2cec1578d477959529d6c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 20 Oct 2017 22:03:59 +0000 Subject: [PATCH] Docs: Document `$wp_version` global in `wp_initial_constants()`. Props mt8.biz. Fixes #42259. git-svn-id: https://develop.svn.wordpress.org/trunk@41959 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/default-constants.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/default-constants.php b/src/wp-includes/default-constants.php index bf3e31dfb2..94da94d2c3 100644 --- a/src/wp-includes/default-constants.php +++ b/src/wp-includes/default-constants.php @@ -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;