]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-image-editor.php
WordPress 4.5
[autoinstalls/wordpress.git] / wp-includes / class-wp-image-editor.php
index 8dc90c602d6dc941024dc6f6d9bc91f9c786a88d..5b6f4ac9a02d223021e2441eba77329f86758b13 100644 (file)
@@ -17,10 +17,12 @@ abstract class WP_Image_Editor {
        protected $mime_type = null;
        protected $default_mime_type = 'image/jpeg';
        protected $quality = false;
-       protected $default_quality = 90;
+       protected $default_quality = 82;
 
        /**
         * Each instance handles a single file.
+        *
+        * @param string $file Path to the file to load.
         */
        public function __construct( $file ) {
                $this->file = $file;