File "wp-blog-header.php"
Full Path: /home/raylsmit/public_html/biblestoday/wp-blog-header.php
File size: 271 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-load.php' );
wp();
require_once( ABSPATH . WPINC . '/template-loader.php' );
}