Changeset 2529 for trunk/wp-blog-header.php
- Timestamp:
- 04/13/2005 04:36:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r2523 r2529 135 135 136 136 if ( ($client_last_modified && $client_etag) ? 137 (( $client_last_modified == $wp_last_modified) && ($client_etag == $wp_etag)) :138 (( $client_last_modified == $wp_last_modified) || ($client_etag == $wp_etag)) ) {137 ((strtotime($client_last_modified) >= strtotime($wp_last_modified)) && ($client_etag == $wp_etag)) : 138 ((strtotime($client_last_modified) >= strtotime($wp_last_modified)) || ($client_etag == $wp_etag)) ) { 139 139 if ( preg_match('/cgi/',php_sapi_name()) ) { 140 140 header('Status: 304 Not Modified');
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)