Changeset 47808 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r47550 r47808 241 241 $quality = apply_filters( 'wp_editor_set_quality', $this->default_quality, $this->mime_type ); 242 242 243 if ( 'image/jpeg' == $this->mime_type ) {243 if ( 'image/jpeg' === $this->mime_type ) { 244 244 /** 245 245 * Filters the JPEG compression quality for backward-compatibility.
Note: See TracChangeset
for help on using the changeset viewer.