Ticket #20205: 20205.2.patch
File 20205.2.patch, 349 bytes (added by , 10 years ago) |
---|
-
wp-includes/media.php
571 571 $html .= ' />'; 572 572 } 573 573 574 return $html;574 return apply_filters( 'wp_get_attachment_image', $html, $attachment_id, $size, $icon, $attr ); 575 575 } 576 576 577 577 /**