Changeset 4724 for trunk/wp-includes/functions.php
- Timestamp:
- 01/12/2007 09:41:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r4684 r4724 817 817 $text = 'Gone'; 818 818 819 // if ( substr(php_sapi_name(), 0, 3) == 'cgi' ) 819 if ( version_compare(php_version(), '4.3.0', '>=') ) 820 @header("HTTP/1.1 $header $text", true, $header); 821 else 820 822 @header("HTTP/1.1 $header $text"); 821 // else822 // @header("Status: $header $text");823 823 } 824 824
Note: See TracChangeset
for help on using the changeset viewer.