wp/index.php
changeset 9 177826044cd9
parent 0 d970ebf37754
child 16 a86126ab1dd4
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
     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' );