Ticket #8608: 8608.diff
File 8608.diff, 491 bytes (added by , 17 years ago) |
---|
-
wp-includes/bookmark-template.php
106 106 else // If it's a relative path 107 107 $output .= "<img src=\"" . get_option('siteurl') . "$bookmark->link_image\" $alt $title />"; 108 108 109 if ($show_name) $output .= $name;109 if ($show_name) $output .= " $name"; 110 110 } else { 111 111 $output .= $name; 112 112 }