Changeset 35079
- Timestamp:
- 10/12/2015 05:15:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r35059 r35079 107 107 * @since 2.5.0 108 108 * 109 * @param int $idImage attachment id.110 * @param string $captionImage caption.111 * @param string $titleImage title attribute.112 * @param string $alignImage CSS alignment property.113 * @param string $urlOptional. Image src URL. Default empty.114 * @param string $relOptional. Image rel attribute. Default empty.115 * @param string|array $size Optional. Image size. Accepts any valid image size, or an array of width116 * and height values in pixels (in that order). Default 'medium'.117 * @param string $altOptional. Image alt attribute. Default empty.109 * @param int $id Image attachment id. 110 * @param string $caption Image caption. 111 * @param string $title Image title attribute. 112 * @param string $align Image CSS alignment property. 113 * @param string $url Optional. Image src URL. Default empty. 114 * @param string $rel Optional. Image rel attribute. Default empty. 115 * @param string|array $size Optional. Image size. Accepts any valid image size, or an array of width 116 * and height values in pixels (in that order). Default 'medium'. 117 * @param string $alt Optional. Image alt attribute. Default empty. 118 118 * @return string The HTML output to insert into the editor. 119 119 */
Note: See TracChangeset
for help on using the changeset viewer.