mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user