From f9ac4331a0f76e65753325f08182f239676c25c8 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 11 May 2009 17:32:16 +0000 Subject: [PATCH] Revert accidental bits. see #9706 git-svn-id: http://svn.automattic.com/wordpress/trunk@11265 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index 5625c3a98..74198a19a 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -47,12 +47,6 @@ wp_unregister_GLOBALS(); unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate ); -function wp_register_REQUEST() { - $_REQUEST = array_merge($_GET, $_POST); -} - -wp_register_REQUEST(); - /** * The $blog_id global, which you can change in the config allows you to create a simple * multiple blog installation using just one WordPress and changing $blog_id around.