Shouldn't use relative links for link images.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9945a746ec
commit
59db478a0e
|
@ -204,7 +204,7 @@ function get_links($category = -1, $before = '', $after = '<br />',
|
||||||
echo($rel . $title . $target);
|
echo($rel . $title . $target);
|
||||||
echo('>');
|
echo('>');
|
||||||
if (($row->link_image != null) && $show_images) {
|
if (($row->link_image != null) && $show_images) {
|
||||||
echo("<img src=\"$row->link_image\" border=\"0\"" . $alt . $title . "/>");
|
echo '<img src="' . get_settings('siteurl') . '$row->link_image" ' . $alt . $title . '/>');
|
||||||
} else {
|
} else {
|
||||||
echo($name);
|
echo($name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue