Changeset 35059 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 10/12/2015 04:18:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r35058 r35059 136 136 * @since 2.5.0 137 137 * 138 * @param string $html The image HTML markup to send.139 * @param int $id The attachment id.140 * @param string $caption The image caption.141 * @param string $title The image title.142 * @param string $align The image alignment.143 * @param string $url The image source URL.144 * @param string|array $size Size of image. Image size or array of width and height values145 *(in that order).146 * @param string $alt The image alternative, or alt, text.138 * @param string $html The image HTML markup to send. 139 * @param int $id The attachment id. 140 * @param string $caption The image caption. 141 * @param string $title The image title. 142 * @param string $align The image alignment. 143 * @param string $url The image source URL. 144 * @param string|array $size Size of image. Image size or array of width and height values 145 * (in that order). 146 * @param string $alt The image alternative, or alt, text. 147 147 */ 148 148 $html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt );
Note: See TracChangeset
for help on using the changeset viewer.