Changeset 7672 for branches/2.5/wp-admin/includes/media.php
- Timestamp:
- 04/14/2008 07:47:37 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/includes/media.php
r7656 r7672 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.