Ticket #14169: 14169.patch
| File 14169.patch, 589 bytes (added by hakre, 3 years ago) |
|---|
-
wp-app.php
### Eclipse Workspace Patch 1.0 #P wordpress
1544 1544 else 1545 1545 $client_etag = false; 1546 1546 1547 $client_last_modified = trim( $_SERVER['HTTP_IF_MODIFIED_SINCE']);1547 $client_last_modified = trim( stripslashes( $_SERVER['HTTP_IF_MODIFIED_SINCE'] ) ); 1548 1548 // If string is empty, return 0. If not, attempt to parse into a timestamp 1549 1549 $client_modified_timestamp = $client_last_modified ? strtotime($client_last_modified) : 0; 1550 1550
