raw
mp-wp_genesis           1 <?php
mp-wp_genesis 2 /**
mp-wp_genesis 3 * Front to the WordPress application. This file doesn't do anything, but loads
mp-wp_genesis 4 * wp-blog-header.php which does and tells WordPress to load the theme.
mp-wp_genesis 5 *
mp-wp_genesis 6 * @package WordPress
mp-wp_genesis 7 */
mp-wp_genesis 8
mp-wp_genesis 9 /**
mp-wp_genesis 10 * Tells WordPress to load the WordPress theme and output it.
mp-wp_genesis 11 *
mp-wp_genesis 12 * @var bool
mp-wp_genesis 13 */
mp-wp_genesis 14 define('WP_USE_THEMES', true);
mp-wp_genesis 15
mp-wp_genesis 16 /** Loads the WordPress Environment and Template */
mp-wp_genesis 17 require('./wp-blog-header.php');
mp-wp_genesis 18 ?>