Changeset 57934
- Timestamp:
- 04/06/2024 01:35:33 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r57616 r57934 343 343 */ 344 344 public function resize( $max_w, $max_h, $crop = false ) { 345 if ( ( $this->size['width'] == $max_w ) && ( $this->size['height']== $max_h ) ) {345 if ( ( $this->size['width'] === $max_w ) && ( $this->size['height'] === $max_h ) ) { 346 346 return true; 347 347 }
Note: See TracChangeset
for help on using the changeset viewer.