diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index bf3e31dfb2..94da94d2c3 100644 --- a/wp-includes/default-constants.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 3296444a8e..08e2dda67a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.