Changeset 7671 for trunk/wp-admin/includes/media.php
- Timestamp:
- 04/14/2008 07:47:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r7655 r7671 58 58 $html = "<a href='".attribute_escape($url)."'$rel>$html</a>"; 59 59 60 $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url );60 $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url, $size ); 61 61 62 62 return $html;
Note: See TracChangeset
for help on using the changeset viewer.