Changeset 37431 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r36615 r37431 277 277 } 278 278 279 // Allow 0, but squash to 1 due to identical images in GD, and for backward scompatibility.279 // Allow 0, but squash to 1 due to identical images in GD, and for backward compatibility. 280 280 if ( 0 === $quality ) { 281 281 $quality = 1;
Note: See TracChangeset
for help on using the changeset viewer.