Changeset 47219 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 02/09/2020 04:52:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-image-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r47122 r47219 419 419 $orientation = apply_filters( 'wp_image_maybe_exif_rotate', $orientation, $this->file ); 420 420 421 if ( ! $orientation || $orientation === 1) {421 if ( ! $orientation || 1 === $orientation ) { 422 422 return false; 423 423 }
Note: See TracChangeset
for help on using the changeset viewer.