Changeset 36029
- Timestamp:
- 12/19/2015 11:19:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-blog-header.php
r25001 r36029 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
Note: See TracChangeset
for help on using the changeset viewer.