Docs: Add descriptions for some globals:

* `$wp_version`
* `$wp_local_package`
* `$required_php_version`
* `$required_mysql_version`

See #48303.

git-svn-id: https://develop.svn.wordpress.org/trunk@47230 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-02-10 03:28:20 +00:00
parent 6fd606d236
commit c80af9030d
13 changed files with 30 additions and 29 deletions
+4 -4
View File
@@ -223,9 +223,9 @@ if ( is_blog_installed() ) {
}
/**
* @global string $wp_version
* @global string $required_php_version
* @global string $required_mysql_version
* @global string $wp_version The WordPress version string.
* @global string $required_php_version The required PHP version string.
* @global string $required_mysql_version The required MySQL version string.
*/
global $wp_version, $required_php_version, $required_mysql_version;
@@ -290,7 +290,7 @@ if ( defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) ) {
}
/**
* @global string $wp_local_package
* @global string $wp_local_package Locale code of the package.
* @global WP_Locale $wp_locale WordPress date and time locale object.
*/
$language = '';