git-svn-id: http://svn.automattic.com/wordpress/trunk@1152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-24 22:43:10 +00:00
parent 59db478a0e
commit 595c041ccf
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ function get_links($category = -1, $before = '', $after = '<br />',
echo($rel . $title . $target);
echo('>');
if (($row->link_image != null) && $show_images) {
echo '<img src="' . get_settings('siteurl') . '$row->link_image" ' . $alt . $title . '/>');
echo "<img src='" . get_settings('siteurl') . "$row->link_image' $alt $title />";
} else {
echo($name);
}