Make WordPress Core


Ignore:
Timestamp:
12/06/2007 07:49:33 PM (17 years ago)
Author:
ryan
Message:

Remove unused vars. Props DD32. see #5418

File:
1 edited

Legend:

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

    r6334 r6364  
    437437
    438438function 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;
    441440
    442441    if ( is_array($wp_query->query_vars) )
Note: See TracChangeset for help on using the changeset viewer.