Changeset 35036
- Timestamp:
- 10/12/2015 03:20:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35035 r35036 316 316 * @param string $title Image Description for the title attribute. 317 317 * @param string $align Part of the class name for aligning the image. 318 * @param string|array $size Optional. Registered image size to retrieve a tag for, or flat array 319 * of height and width values. Default 'medium'. 318 * @param string|array $size Optional. Registered image size to retrieve a tag for. Accepts any 319 * valid image size, or an array of width and height values in pixels 320 * (in that order). Default 'medium'. 320 321 * @return string HTML IMG element for given image attachment 321 322 */
Note: See TracChangeset
for help on using the changeset viewer.