Changes between Initial Version and Version 1 of Ticket #28154, comment 4
- Timestamp:
- 06/08/2014 08:11:45 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28154, comment 4
initial v1 5 5 It also abstracts $this->quality away that it's only used in WP_Image_Editor. For now the property stays protected due backwards compatibility. I was thinking about a __get() method which sets the value when $this->quality is false. 6 6 7 I will check if we have unit tests for this and add them in case we don't 7 I will check if we have unit tests for this and add them in case we don't.