Changeset 12358
- Timestamp:
- 12/10/2009 08:33:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r12021 r12358 866 866 if ( php_sapi_name() != 'cgi-fcgi' ) 867 867 status_header($status); // This causes problems on IIS and some FastCGI setups 868 header("Location: $location" );868 header("Location: $location", true, $status); 869 869 } 870 870 }
Note: See TracChangeset
for help on using the changeset viewer.