Changeset 3060
- Timestamp:
- 11/13/2005 04:38:56 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable-functions.php
r3048 r3060 192 192 function wp_redirect($location) { 193 193 global $is_IIS; 194 195 $location = str_replace( array("\n", "\r"), '', $location); 194 196 195 197 if ($is_IIS)
Note: See TracChangeset
for help on using the changeset viewer.