Changeset 48684
- Timestamp:
- 07/28/2020 09:19:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r48586 r48684 153 153 * 154 154 * @since 2.5.0 155 155 156 * 156 157 * @param string $html The image HTML markup to send. … … 163 164 * (in that order). Default 'medium'. 164 165 * @param string $alt The image alternative, or alt, text. 166 165 167 */ 166 $html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt );168 $html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt ); 167 169 168 170 return $html;
Note: See TracChangeset
for help on using the changeset viewer.