Changeset 4273 for trunk/wp-includes/pluggable.php
- Timestamp:
- 10/03/2006 12:28:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r4252 r4273 267 267 $location = str_replace($strip, '', $location); 268 268 269 status_header($status); 270 271 if ($is_IIS) 269 if ( $is_IIS ) { 272 270 header("Refresh: 0;url=$location"); 273 else 271 } else { 272 status_header($status); // This causes problems on IIS 274 273 header("Location: $location"); 274 } 275 275 } 276 276 endif;
Note: See TracChangeset
for help on using the changeset viewer.