wp/index.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    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 __DIR__ . '/wp-blog-header.php';