~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-blog-header.php

  • Committer: Nick Moffitt
  • Date: 2016-04-14 10:43:32 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: nick.moffitt@canonical.com-20160414104332-61kvsia27qpmjquk
new upstream release 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
        $wp_did_header = true;
11
11
 
 
12
        // Load the WordPress library.
12
13
        require_once( dirname(__FILE__) . '/wp-load.php' );
13
14
 
 
15
        // Set up the WordPress query.
14
16
        wp();
15
17
 
 
18
        // Load the theme template.
16
19
        require_once( ABSPATH . WPINC . '/template-loader.php' );
17
20
 
18
21
}