Ticket #34823: 34823.diff
File 34823.diff, 486 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/includes/media.php
135 135 $html = '<a href="' . esc_attr( $url ) . '"' . $rel . '>' . $html . '</a>'; 136 136 137 137 /** 138 * Filters the image HTML markup to send to the editor .138 * Filters the image HTML markup to send to the editor when inserting an image. 139 139 * 140 140 * @since 2.5.0 141 141 *