Ticket #23791: 23791.diff
File 23791.diff, 623 bytes (added by , 12 years ago) |
---|
-
wp-includes/media.php
539 539 * @param int $attachment_id Image attachment ID. 540 540 * @param string $size Optional, default is 'thumbnail'. 541 541 * @param bool $icon Optional, default is false. Whether it is an icon. 542 * @param mixed $attr Optional, attributes for the image markup. 542 543 * @return string HTML img element or empty string on failure. 543 544 */ 544 545 function wp_get_attachment_image($attachment_id, $size = 'thumbnail', $icon = false, $attr = '') {