Make WordPress Core

Changeset 57121


Ignore:
Timestamp:
11/17/2023 03:31:52 PM (13 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in get_image_tag() DocBlock.

Follow-up to [54173].

Props kitchin.
See #55646, #59651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r57120 r57121  
    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' ) {
Note: See TracChangeset for help on using the changeset viewer.