Ticket #8814: 8814.2.diff
File 8814.2.diff, 545 bytes (added by , 16 years ago) |
---|
-
wp-settings.php
47 47 48 48 unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate ); 49 49 50 function wp_register_REQUEST() { 51 $_REQUEST = array_merge($_GET, $_POST); 52 } 53 54 wp_register_REQUEST(); 55 50 56 /** 51 57 * The $blog_id global, which you can change in the config allows you to create a simple 52 58 * multiple blog installation using just one WordPress and changing $blog_id around.