Changeset 4715
- Timestamp:
- 01/10/07 13:50:30 (1 year ago)
- Files:
-
- branches/2.0/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/classes.php
r4493 r4715 1638 1638 1639 1639 // Support for Conditional GET 1640 if (isset($_SERVER['HTTP_IF_NONE_MATCH'])) $client_etag = stripslashes($_SERVER['HTTP_IF_NONE_MATCH']); 1640 if (isset($_SERVER['HTTP_IF_NONE_MATCH'])) 1641 $client_etag = stripslashes(stripslashes($_SERVER['HTTP_IF_NONE_MATCH'])); 1641 1642 else $client_etag = false; 1642 1643
