Changeset 7875
- Timestamp:
- 05/02/2008 05:26:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/includes/media.php
r7867 r7875 56 56 57 57 if ( $url ) 58 $html = "<a href='".attribute_escape($url)."'$rel>$html</a>";58 $html = '<a href="' . clean_url($url) . "\"$rel>$html</a>"; 59 59 60 60 $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url, $size );
Note: See TracChangeset
for help on using the changeset viewer.