Changeset 21739 for branches/3.4/wp-load.php
- Timestamp:
- 09/04/2012 08:31:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-load.php
r20561 r21739 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.