Make WordPress Core

Ticket #35161: 35161.diff

File 35161.diff, 458 bytes (added by ericlewis, 9 years ago)
  • src/wp-blog-header.php

     
    99
    1010        $wp_did_header = true;
    1111
     12        // Load the WordPress library.
    1213        require_once( dirname(__FILE__) . '/wp-load.php' );
    1314
     15        // Set up the WordPress query.
    1416        wp();
    1517
     18        // Load the theme template.
    1619        require_once( ABSPATH . WPINC . '/template-loader.php' );
    1720
    1821}