diff --git a/wp-includes/links.php b/wp-includes/links.php index ad14ddb367..37e7a81b20 100644 --- a/wp-includes/links.php +++ b/wp-includes/links.php @@ -204,7 +204,7 @@ function get_links($category = -1, $before = '', $after = '
', echo($rel . $title . $target); echo('>'); if (($row->link_image != null) && $show_images) { - echo("link_image\" border=\"0\"" . $alt . $title . "/>"); + echo ''); } else { echo($name); }