Make WordPress Core

Changeset 20872


Ignore:
Timestamp:
05/24/2012 07:06:13 AM (13 years ago)
Author:
nacin
Message:

Remove reference to a global eliminated long ago. props tamlyn, fixes #20668.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template.php

    r20075 r20872  
    382382 */
    383383function 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;
    385385
    386386    if ( is_array( $wp_query->query_vars ) )
Note: See TracChangeset for help on using the changeset viewer.