### Eclipse Workspace Patch 1.0
#P wordpress
Index: wp-includes/classes.php
===================================================================
--- wp-includes/classes.php	(revision 15361)
+++ wp-includes/classes.php	(working copy)
@@ -354,7 +354,7 @@
 				$client_etag = stripslashes(stripslashes($_SERVER['HTTP_IF_NONE_MATCH']));
 			else $client_etag = false;
 
-			$client_last_modified = empty($_SERVER['HTTP_IF_MODIFIED_SINCE']) ? '' : trim($_SERVER['HTTP_IF_MODIFIED_SINCE']);
+			$client_last_modified = empty($_SERVER['HTTP_IF_MODIFIED_SINCE']) ? '' : trim( stripslashes( $_SERVER['HTTP_IF_MODIFIED_SINCE'] ) );
 			// If string is empty, return 0. If not, attempt to parse into a timestamp
 			$client_modified_timestamp = $client_last_modified ? strtotime($client_last_modified) : 0;
 
