From 8024c0ed25b059bef0d8c0d746ab3d62da417a2e Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 24 Apr 2004 22:43:10 +0000 Subject: [PATCH] Typos. git-svn-id: https://develop.svn.wordpress.org/trunk@1152 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 37e7a81b20..daceeec7e6 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 ''); + echo "link_image' $alt $title />"; } else { echo($name); }