Changeset 35715
- Timestamp:
- 11/20/2015 06:12:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35696 r35715 933 933 * @since 4.4.0 934 934 * 935 * @see wp_calculate_image_srcset() 936 * 935 937 * @param int $attachment_id Image attachment ID. 936 938 * @param array|string $size Optional. Image size. Accepts any valid image size, or an array of … … 1113 1115 * @since 4.4.0 1114 1116 * 1117 * @see wp_calculate_image_sizes() 1118 * 1115 1119 * @param int $attachment_id Image attachment ID. 1116 1120 * @param array|string $size Optional. Image size. Accepts any valid image size, or an array of width … … 1197 1201 * @since 4.4.0 1198 1202 * 1199 * @see 'wp_image_add_srcset_and_sizes()'1203 * @see wp_image_add_srcset_and_sizes() 1200 1204 * 1201 1205 * @param string $content The raw post content to be filtered. … … 1244 1248 * @since 4.4.0 1245 1249 * 1246 * @see 'wp_get_attachment_image_srcset()'1247 * @see 'wp_get_attachment_image_sizes()'1250 * @see wp_calculate_image_srcset() 1251 * @see wp_calculate_image_sizes() 1248 1252 * 1249 1253 * @param string $image An HTML 'img' element to be filtered.
Note: See TracChangeset
for help on using the changeset viewer.