Changeset 7672 for branches/2.5/wp-includes/media.php
- Timestamp:
- 04/14/2008 07:47:37 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/media.php
r7593 r7672 99 99 $html = '<img src="'.attribute_escape($img_src).'" alt="'.attribute_escape($alt).'" title="'.attribute_escape($title).'" '.$hwstring.'class="align'.attribute_escape($align).' size-'.attribute_escape($size).' wp-image-'.$id.'" />'; 100 100 101 $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url ); 101 $url = ''; 102 $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url, $size ); 102 103 103 104 return $html;
Note: See TracChangeset
for help on using the changeset viewer.