Changes from trunk/wp-admin/setup-config.php at r19297 to branches/3.3/wp-admin/setup-config.php at r20484
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/wp-admin/setup-config.php
r19297 r20484 45 45 require_once(ABSPATH . WPINC . '/version.php'); 46 46 wp_check_php_mysql_versions(); 47 wp_unregister_GLOBALS(); 47 48 48 49 require_once(ABSPATH . WPINC . '/compat.php'); 49 50 require_once(ABSPATH . WPINC . '/functions.php'); 50 51 require_once(ABSPATH . WPINC . '/class-wp-error.php'); 52 require_once(ABSPATH . WPINC . '/formatting.php'); 53 wp_magic_quotes(); 51 54 52 55 if (!file_exists(ABSPATH . 'wp-config-sample.php'))
Note: See TracChangeset
for help on using the changeset viewer.