From 2565c5db791cf24508093cea4ea559d4dbac5bcf Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 24 Apr 2004 22:09:27 +0000 Subject: [PATCH] Shouldn't use relative links for link images. git-svn-id: https://develop.svn.wordpress.org/trunk@1151 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }