X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..8d3bb1a5dcfdea9857d3c88c3751f09593e34dc8:/wp-blog-header.php diff --git a/wp-blog-header.php b/wp-blog-header.php index 3e1b8ef5..3a7cfb69 100644 --- a/wp-blog-header.php +++ b/wp-blog-header.php @@ -9,10 +9,13 @@ if ( !isset($wp_did_header) ) { $wp_did_header = true; + // Load the WordPress library. require_once( dirname(__FILE__) . '/wp-load.php' ); + // Set up the WordPress query. wp(); + // Load the theme template. require_once( ABSPATH . WPINC . '/template-loader.php' ); }