X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8a06f4f9392d1ac373442f82ee40428a3cb81395..f739362bc2205036998dacdccb4f07eda9048877:/wp-blog-header.php diff --git a/wp-blog-header.php b/wp-blog-header.php index 0f7118f3..3a7cfb69 100644 --- a/wp-blog-header.php +++ b/wp-blog-header.php @@ -9,12 +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' ); } - -?> \ No newline at end of file