Changeset 49927 for trunk/src/wp-includes/media.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r49808 r49927 1202 1202 * @param array $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'. 1203 1203 * Default null. 1204 * @return string| boolA 'srcset' value string or false.1204 * @return string|false A 'srcset' value string or false. 1205 1205 */ 1206 1206 function wp_get_attachment_image_srcset( $attachment_id, $size = 'medium', $image_meta = null ) { … … 1443 1443 * @param array $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'. 1444 1444 * Default null. 1445 * @return string| boolA valid source size value for use in a 'sizes' attribute or false.1445 * @return string|false A valid source size value for use in a 'sizes' attribute or false. 1446 1446 */ 1447 1447 function wp_get_attachment_image_sizes( $attachment_id, $size = 'medium', $image_meta = null ) {
Note: See TracChangeset
for help on using the changeset viewer.