Ticket #35161: 35161.diff
File 35161.diff, 458 bytes (added by , 9 years ago) |
---|
-
src/wp-blog-header.php
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 }