Revert accidental bits. see #9706

git-svn-id: http://svn.automattic.com/wordpress/trunk@11265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-05-11 17:32:16 +00:00
parent 09dd9cf338
commit f9ac4331a0
1 changed files with 0 additions and 6 deletions

View File

@ -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.