Ticket #32363: 32363.patch
| File 32363.patch, 433 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/media.php
704 704 } 705 705 if ( $src && $width && $height ) 706 706 return array( $src, $width, $height ); 707 return false;707 return apply_filters('wp_get_attachment_image_src_fallback', false, array($attachment_id, $size, $icon)); 708 708 } 709 709 710 710 /**