X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..ef91a7f4f3c6468973e192335a27ec0e0faca0b5:/wp-blog-header.php?ds=sidebyside 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