Changeset 7839 for branches/2.5/wp-includes/media.php
- Timestamp:
- 04/25/2008 05:59:12 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
r7811 r7839 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.