Changeset 11760
- Timestamp:
- 07/31/2009 10:22:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r11749 r11760 47 47 48 48 unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate ); 49 50 // Force REQUEST to be GET + POST. If SERVER, COOKIE, or ENV are needed, use those superglobals directly.51 $_REQUEST = array_merge($_GET, $_POST);52 49 53 50 /** … … 606 603 $_SERVER = add_magic_quotes($_SERVER); 607 604 605 // Force REQUEST to be GET + POST. If SERVER, COOKIE, or ENV are needed, use those superglobals directly. 606 $_REQUEST = array_merge($_GET, $_POST); 607 608 608 do_action('sanitize_comment_cookies'); 609 609
Note: See TracChangeset
for help on using the changeset viewer.