]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-filesystem-ftpsockets.php
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-filesystem-ftpsockets.php
index 1c931e19281c5a600c63e294d9b0cf524f3f9da7..728385b70bff4c00fedeea3e510996a251051ada 100644 (file)
@@ -97,7 +97,7 @@ class WP_Filesystem_ftpsockets extends WP_Filesystem_Base {
                if ( ! $this->ftp->fget($temphandle, $file) ) {
                        fclose($temphandle);
                        unlink($temp);
-                       return ''; //Blank document, File does exist, Its just blank.
+                       return ''; //Blank document, File does exist, It's just blank.
                }
 
                fseek($temphandle, 0); //Skip back to the start of the file being written to