Changeset 21715 for trunk/wp-admin/setup-config.php
- Timestamp:
- 09/04/2012 02:38:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r20661 r21715 45 45 require(ABSPATH . WPINC . '/version.php'); 46 46 47 // Also loads functions.php, plugin.php, l10n.php, pomo/mo.php (all required by setup-config.php)48 wp_load_translations_early();49 50 47 // Check for the required PHP version and for the MySQL extension or a database drop-in. 51 48 wp_check_php_mysql_versions(); 49 50 require_once(ABSPATH . WPINC . '/functions.php'); 51 52 // Also loads plugin.php, l10n.php, pomo/mo.php (all required by setup-config.php) 53 wp_load_translations_early(); 52 54 53 55 // Turn register_globals off.
Note: See TracChangeset
for help on using the changeset viewer.