Changeset 57121
- Timestamp:
- 11/17/2023 03:31:52 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r57120 r57121 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' ) {
Note: See TracChangeset
for help on using the changeset viewer.