Make WordPress Core

Changeset 36029


Ignore:
Timestamp:
12/19/2015 11:19:57 AM (11 years ago)
Author:
ericlewis
Message:

Docs: Add documentation to wp-blog-header.php.

Fixes #35161.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-blog-header.php

    r25001 r36029  
    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
Note: See TracChangeset for help on using the changeset viewer.