Make WordPress Core

Ticket #20731: 20731.diff

File 20731.diff, 464 bytes (added by scribu, 14 years ago)
  • wp-settings.php

    diff --git wp-settings.php wp-settings.php
    index cb95018..cdcdc4e 100644
    if ( function_exists( 'date_default_timezone_set' ) ) 
    4040wp_unregister_GLOBALS();
    4141
    4242// Ensure these global variables do not exist so they do not interfere with WordPress.
    43 unset( $wp_filter, $cache_lastcommentmodified );
     43unset( $cache_lastcommentmodified );
    4444
    4545// Standardize $_SERVER variables across setups.
    4646wp_fix_server_vars();