Changeset 35037
- Timestamp:
- 10/12/2015 03:25:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35036 r35037 338 338 * @param int $id Attachment ID. 339 339 * @param string $align Part of the class name for aligning the image. 340 * @param string $size Optional. Default is 'medium'. 340 * @param string $size Size of image. Image size or array of width and height values (in that order). 341 * Default 'medium'. 341 342 */ 342 343 $class = apply_filters( 'get_image_tag_class', $class, $id, $align, $size );
Note: See TracChangeset
for help on using the changeset viewer.