mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Docs: Add documentation to wp-blog-header.php.
Fixes #35161. git-svn-id: https://develop.svn.wordpress.org/trunk@36029 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6e8b83cb65
commit
07c62c3c5f
@ -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' );
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user