Changeset 2579
- Timestamp:
- 05/03/05 04:32:40 (4 years ago)
- Files:
-
- trunk/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-blog-header.php
r2534 r2579 135 135 136 136 if ( $client_last_modified && $client_etag ) { 137 if ( (strtotime($client_last_modified) <= strtotime($wp_last_modified)) || ($client_etag == $wp_etag) ) {137 if ( (strtotime($client_last_modified) >= strtotime($wp_last_modified)) || ($client_etag == $wp_etag) ) { 138 138 if ( preg_match('/cgi/',php_sapi_name()) ) { 139 139 header('Status: 304 Not Modified');
