Ticket #55646: 55646-media-typo.diff
File 55646-media-typo.diff, 711 bytes (added by , 14 months ago) |
---|
-
src/wp-includes/media.php
378 378 * @param string $align Part of the class name for aligning the image. 379 379 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array of 380 380 * width and height values in pixels (in that order). Default 'medium'. 381 * @return string HTML IMG element for given image attachment ?381 * @return string HTML IMG element for given image attachment 382 382 */ 383 383 function get_image_tag( $id, $alt, $title, $align, $size = 'medium' ) { 384 384