Changeset 57042
- Timestamp:
- 11/01/2023 11:49:31 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56838 r57042 1249 1249 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array of 1250 1250 * width and height values in pixels (in that order). Default 'medium'. 1251 * @param array 1251 * @param array|null $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'. 1252 1252 * Default null. 1253 1253 * @return string|false A 'srcset' value string or false. … … 1490 1490 * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array of 1491 1491 * width and height values in pixels (in that order). Default 'medium'. 1492 * @param array 1492 * @param array|null $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'. 1493 1493 * Default null. 1494 1494 * @return string|false A valid source size value for use in a 'sizes' attribute or false. … … 1521 1521 * @param string|int[] $size Image size. Accepts any registered image size name, or an array of 1522 1522 * width and height values in pixels (in that order). 1523 * @param string 1524 * @param array 1523 * @param string|null $image_src Optional. The URL to the image file. Default null. 1524 * @param array|null $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'. 1525 1525 * Default null. 1526 1526 * @param int $attachment_id Optional. Image attachment ID. Either `$image_meta` or `$attachment_id`
Note: See TracChangeset
for help on using the changeset viewer.