Changeset 21715 for trunk/wp-load.php
- Timestamp:
- 09/04/2012 02:38:37 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-load.php
r20561 r21715 49 49 require_once( ABSPATH . WPINC . '/version.php' ); 50 50 51 wp_check_php_mysql_versions(); 51 52 wp_load_translations_early(); 52 wp_check_php_mysql_versions(); 53 54 require_once( ABSPATH . WPINC . '/functions.php' ); 53 55 54 56 // Die with an error message
Note: See TracChangeset
for help on using the changeset viewer.