Changeset 29834 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 10/04/2014 01:11:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r29345 r29834 115 115 $this->mime_type = $size['mime']; 116 116 117 return true;117 return $this->set_quality(); 118 118 } 119 119
Note: See TracChangeset
for help on using the changeset viewer.