Changeset 5057 for branches/2.1/wp-includes/bookmark-template.php
- Timestamp:
- 03/17/2007 08:47:29 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.1/wp-includes/bookmark-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/wp-includes/bookmark-template.php
r4800 r5057 97 97 $the_link = '#'; 98 98 if ( !empty($row->link_url) ) 99 $the_link = wp_specialchars($row->link_url);99 $the_link = clean_url($row->link_url); 100 100 $rel = $row->link_rel; 101 101 if ( '' != $rel ) … … 261 261 $the_link = '#'; 262 262 if ( !empty($bookmark->link_url) ) 263 $the_link = wp_specialchars($bookmark->link_url);263 $the_link = clean_url($bookmark->link_url); 264 264 265 265 $rel = $bookmark->link_rel;
Note: See TracChangeset
for help on using the changeset viewer.