Changeset 31120 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 01/10/2015 04:58:49 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r31107 r31120 1173 1173 $location = wp_sanitize_redirect($location); 1174 1174 1175 if ( !$is_IIS && php_sapi_name()!= 'cgi-fcgi' )1175 if ( !$is_IIS && PHP_SAPI != 'cgi-fcgi' ) 1176 1176 status_header($status); // This causes problems on IIS and some FastCGI setups 1177 1177
Note: See TracChangeset
for help on using the changeset viewer.