Ticket #33641: 33641.4.patch
File 33641.4.patch, 360 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/media.php
1000 1000 } 1001 1001 1002 1002 // Bail early if $image_width isn't set. 1003 if ( ! $img_width ) {1003 if ( ! isset( $img_width ) || ! $img_width ) { 1004 1004 return false; 1005 1005 } 1006 1006