mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Typos.
git-svn-id: https://develop.svn.wordpress.org/trunk@1152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2565c5db79
commit
8024c0ed25
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user