Make WordPress Core


Ignore:
Timestamp:
06/29/2012 08:57:09 PM (13 years ago)
Author:
nacin
Message:

Remove old code unsetting a few variables in wp-settings.php. fixes #21115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r20610 r21186  
    3939// Turn register_globals off.
    4040wp_unregister_GLOBALS();
    41 
    42 // Ensure these global variables do not exist so they do not interfere with WordPress.
    43 unset( $wp_filter, $cache_lastcommentmodified );
    4441
    4542// Standardize $_SERVER variables across setups.
Note: See TracChangeset for help on using the changeset viewer.