last update: Thu, 28 Jun 2012 21:43:08 +0000
  1. <?php /**
  2. * Front to the WordPress application. This file doesn't do anything, but loads
  3. * wp-blog-header.php which does and tells WordPress to load the theme.
  4. *
  5. * @package WordPress
  6. */
  7. /**
  8. * Tells WordPress to load the WordPress theme and output it.
  9. *
  10. * @var bool
  11. */
  12. define('WP_USE_THEMES', true);
  13. /** Loads the WordPress Environment and Template */
  14. require('./blog/wp-blog-header.php');
  15. ?>

goto line:
Compare with:
text copy window edit this code post new code