Make WordPress Core

Ticket #32363: 32363.patch

File 32363.patch, 433 bytes (added by eclev91, 11 years ago)
  • src/wp-includes/media.php

     
    704704        }
    705705        if ( $src && $width && $height )
    706706                return array( $src, $width, $height );
    707         return false;
     707        return apply_filters('wp_get_attachment_image_src_fallback', false, array($attachment_id, $size, $icon));
    708708}
    709709
    710710/**