From 59db478a0ea4502fb71240e05d240099d71a49cf Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 24 Apr 2004 22:09:27 +0000 Subject: [PATCH] Shouldn't use relative links for link images. git-svn-id: http://svn.automattic.com/wordpress/trunk@1151 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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); }