[ PHPXref.com ] [ Generated: Sun Jul 20 21:04:30 2008 ] [ WordPress 2.6 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> wp-blog-header.php (source)

   1  <?php
   2  /**
   3   * Loads the WordPress environment and template.
   4   *
   5   * @package WordPress
   6   */
   7  
   8  if ( !isset($wp_did_header) ) {
   9  
  10      $wp_did_header = true;
  11  
  12      require_once( dirname(__FILE__) . '/wp-load.php' );
  13  
  14      wp();
  15  
  16      require_once( ABSPATH . WPINC . '/template-loader.php' );
  17  
  18  }
  19  
  20  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]