scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
WordPress 4.7.1-scripts
[autoinstalls/wordpress.git]
/
wp-blog-header.php
diff --git
a/wp-blog-header.php
b/wp-blog-header.php
index 3e1b8ef56013cdcd11f4a23c7859ba32ab3b5af2..3a7cfb69ed6ac5909bc26dd646888c3845f6633c 100644
(file)
--- a/
wp-blog-header.php
+++ b/
wp-blog-header.php
@@
-9,10
+9,13
@@
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
$wp_did_header = true;
+ // Load the WordPress library.
require_once( dirname(__FILE__) . '/wp-load.php' );
require_once( dirname(__FILE__) . '/wp-load.php' );
+ // Set up the WordPress query.
wp();
wp();
+ // Load the theme template.
require_once( ABSPATH . WPINC . '/template-loader.php' );
}
require_once( ABSPATH . WPINC . '/template-loader.php' );
}