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