From 108fb9b2075590ec2a126f3252050679ed3c0069 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 27 Sep 2010 18:43:21 +0000 Subject: [PATCH] Fixed typo in a comment --- includes/libs/CSSMin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index 33ca63ad41..44e5ba9786 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -93,7 +93,7 @@ class CSSMin { $post = $match['post'][0]; $file = "{$local}/{$match['file'][0]}"; $url = "{$remote}/{$match['file'][0]}"; - // Only proceed if we can access the fill + // Only proceed if we can access the file if ( file_exists( $file ) ) { // Add version parameter as a time-stamp in ISO 8601 format, using Z for the timezone, meaning GMT $url .= '?' . gmdate( 'Y-m-d\TH:i:s\Z', round( filemtime( $file ), -2 ) ); -- 2.20.1