]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-load.php
WordPress 3.4.2
[autoinstalls/wordpress.git] / wp-load.php
index 600805a2d14019a5041f63db4765273e02b6726e..1372688f3a1cd0734488775b74592fbf1de73e6b 100644 (file)
@@ -48,8 +48,10 @@ if ( file_exists( ABSPATH . 'wp-config.php') ) {
        require_once( ABSPATH . WPINC . '/load.php' );
        require_once( ABSPATH . WPINC . '/version.php' );
 
-       wp_load_translations_early();
        wp_check_php_mysql_versions();
+       wp_load_translations_early();
+
+       require_once( ABSPATH . WPINC . '/functions.php' );
 
        // Die with an error message
        $die  = __( "There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started." ) . '</p>';