Changeset 29837
- Timestamp:
- 10/05/2014 05:51:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r29836 r29837 687 687 * @uses wp_get_attachment_image_src() Gets attachment file URL and dimensions 688 688 * 689 * @param int $attachment_id Image attachment ID.690 * @param string $size Optional, default is'thumbnail'.691 * @param bool $icon Optional, default is false. Whether it is an icon.692 * @param mixed $attr Optional, attributes for the image markup.689 * @param int $attachment_id Image attachment ID. 690 * @param string|array $size Optional. Default 'thumbnail'. 691 * @param bool $icon Optional. Whether it is an icon. Default false. 692 * @param string|array $attr Optional. Attributes for the image markup. Default empty string. 693 693 * @return string HTML img element or empty string on failure. 694 694 */
Note: See TracChangeset
for help on using the changeset viewer.