equal
deleted
inserted
replaced
9 /** |
9 /** |
10 * Tells WordPress to load the WordPress theme and output it. |
10 * Tells WordPress to load the WordPress theme and output it. |
11 * |
11 * |
12 * @var bool |
12 * @var bool |
13 */ |
13 */ |
14 define('WP_USE_THEMES', true); |
14 define( 'WP_USE_THEMES', true ); |
15 |
15 |
16 /** Loads the WordPress Environment and Template */ |
16 /** Loads the WordPress Environment and Template */ |
17 require( dirname( __FILE__ ) . '/wp-blog-header.php' ); |
17 require( dirname( __FILE__ ) . '/wp-blog-header.php' ); |