Changeset 6364 for trunk/wp-includes/theme.php
- Timestamp:
- 12/06/2007 07:49:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r6334 r6364 437 437 438 438 function load_template($_template_file) { 439 global $posts, $post, $wp_did_header, $wp_did_template_redirect, $wp_query, 440 $wp_rewrite, $wpdb, $wp_version, $wp, $id, $comment, $user_ID; 439 global $posts, $post, $wp_did_header, $wp_did_template_redirect, $wp_query, $wp_rewrite, $wpdb, $wp_version, $wp, $id, $comment, $user_ID; 441 440 442 441 if ( is_array($wp_query->query_vars) )
Note: See TracChangeset
for help on using the changeset viewer.