Changeset 7838
- Timestamp:
- 04/25/2008 05:58:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r7814 r7838 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 $url = ''; 102 $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url, $size ); 101 $html = apply_filters( 'get_image_tag', $html, $id, $alt, $title, $align, $size ); 103 102 104 103 return $html;
Note: See TracChangeset
for help on using the changeset viewer.