Make WordPress Core

Ticket #55646: 55646-media-typo.diff

File 55646-media-typo.diff, 711 bytes (added by kitchin, 14 months ago)

Fix typo from changeset 54173, comment #107, in this ticket.

  • src/wp-includes/media.php

     
    378378 * @param string       $align Part of the class name for aligning the image.
    379379 * @param string|int[] $size  Optional. Image size. Accepts any registered image size name, or an array of
    380380 *                            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
    382382 */
    383383function get_image_tag( $id, $alt, $title, $align, $size = 'medium' ) {
    384384