Changeset 20872
- Timestamp:
- 05/24/2012 07:06:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template.php
r20075 r20872 382 382 */ 383 383 function load_template( $_template_file, $require_once = true ) { 384 global $posts, $post, $wp_did_header, $wp_ did_template_redirect, $wp_query, $wp_rewrite, $wpdb, $wp_version, $wp, $id, $comment, $user_ID;384 global $posts, $post, $wp_did_header, $wp_query, $wp_rewrite, $wpdb, $wp_version, $wp, $id, $comment, $user_ID; 385 385 386 386 if ( is_array( $wp_query->query_vars ) )
Note: See TracChangeset
for help on using the changeset viewer.