Changeset 11268 for trunk/wp-settings.php
- Timestamp:
- 05/11/2009 05:48:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r11265 r11268 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); 49 52 50 53 /**
Note: See TracChangeset
for help on using the changeset viewer.