Ticket #20205: 20205.patch
File 20205.patch, 347 bytes (added by , 12 years ago) |
---|
-
wp-includes/media.php
677 677 $html .= ' />'; 678 678 } 679 679 680 return $html;680 return apply_filters( 'wp_get_attachment_image', $html, $attachment_id, $size, $icon ); 681 681 } 682 682 683 683 /**