]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-blog-header.php
WordPress 4.6.3-scripts
[autoinstalls/wordpress.git] / wp-blog-header.php
index 0f7118f3c1642b1692fe118176b475a1f68cd3f9..3a7cfb69ed6ac5909bc26dd646888c3845f6633c 100644 (file)
@@ -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