Changeset 34894 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/07/2015 02:34:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r34846 r34894 993 993 return; 994 994 995 $protocol = $_SERVER['SERVER_PROTOCOL']; 996 if ( 'HTTP/1.1' != $protocol && 'HTTP/1.0' != $protocol ) 997 $protocol = 'HTTP/1.0'; 995 $protocol = wp_get_server_protocol(); 998 996 $status_header = "$protocol $code $description"; 999 997 if ( function_exists( 'apply_filters' ) )
Note: See TracChangeset
for help on using the changeset viewer.