Sha256: 3ca0e628bc72ffdefe4ea68f73f15e502b0a06fa01b85768184deae284f3f5d0

Contents?: true

Size: 418 Bytes

Versions: 6

Compression:

Stored size: 418 Bytes

Contents

<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
boot-cli-1.0.0 lib/templates/wordpress/index.php
boot-cli-0.3.1 lib/templates/wordpress/index.php
boot-cli-0.3.0 lib/templates/wordpress/index.php
stump-cli-0.1.3 lib/wp/index.php
stump-cli-0.1.2 lib/wp/index.php
stump-cli-0.1.1 lib/wp/index.php