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:
@@ -87,7 +87,7 @@ $step = isset( $_GET['step'] ) ? (int) $_GET['step'] : -1;
|
||||
* @ignore
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @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.
|
||||
*
|
||||
* @param string|array $body_classes
|
||||
|
||||
Reference in New Issue
Block a user