Changeset 47230 for trunk/src/wp-admin/install.php
- Timestamp:
- 02/10/2020 03:28:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r47218 r47230 224 224 225 225 /** 226 * @global string $wp_version 227 * @global string $required_php_version 228 * @global string $required_mysql_version 226 * @global string $wp_version The WordPress version string. 227 * @global string $required_php_version The required PHP version string. 228 * @global string $required_mysql_version The required MySQL version string. 229 229 */ 230 230 global $wp_version, $required_php_version, $required_mysql_version; … … 291 291 292 292 /** 293 * @global string $wp_local_package 293 * @global string $wp_local_package Locale code of the package. 294 294 * @global WP_Locale $wp_locale WordPress date and time locale object. 295 295 */
Note: See TracChangeset
for help on using the changeset viewer.