equal
deleted
inserted
replaced
3 * Loads the WordPress environment and template. |
3 * Loads the WordPress environment and template. |
4 * |
4 * |
5 * @package WordPress |
5 * @package WordPress |
6 */ |
6 */ |
7 |
7 |
8 if ( !isset($wp_did_header) ) { |
8 if ( ! isset( $wp_did_header ) ) { |
9 |
9 |
10 $wp_did_header = true; |
10 $wp_did_header = true; |
11 |
11 |
12 // Load the WordPress library. |
12 // Load the WordPress library. |
13 require_once( dirname(__FILE__) . '/wp-load.php' ); |
13 require_once( dirname( __FILE__ ) . '/wp-load.php' ); |
14 |
14 |
15 // Set up the WordPress query. |
15 // Set up the WordPress query. |
16 wp(); |
16 wp(); |
17 |
17 |
18 // Load the theme template. |
18 // Load the theme template. |