Make WordPress Core

Changeset 11265


Ignore:
Timestamp:
05/11/2009 05:32:16 PM (14 years ago)
Author:
ryan
Message:

Revert accidental bits. see #9706

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r11264 r11265  
    4747
    4848unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate );
    49 
    50 function wp_register_REQUEST() {
    51     $_REQUEST = array_merge($_GET, $_POST);
    52 }
    53 
    54 wp_register_REQUEST();
    5549
    5650/**
Note: See TracChangeset for help on using the changeset viewer.