Changeset 32642 for trunk/src/wp-admin/install.php
- Timestamp:
- 05/28/2015 09:40:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r32116 r32642 160 160 } 161 161 162 /** 163 * @global string $wp_version 164 * @global string $required_php_version 165 * @global string $required_mysql_version 166 * @global wpdb $wpdb 167 */ 162 168 global $wp_version, $required_php_version, $required_mysql_version; 163 169 … … 184 190 } 185 191 192 /** 193 * @global string $wp_local_package 194 * @global WP_Locale $wp_locale 195 */ 186 196 $language = ''; 187 197 if ( ! empty( $_REQUEST['language'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.