X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/80b7979fccf09a75af3f4c111fa27060ae6dbf85..b22765f41bf0b2021b9beb9120ee0ac91fa89292:/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' ); }