Add a space between image and name in bookmark-template.php, props sivel, fixes #8608
git-svn-id: https://develop.svn.wordpress.org/trunk@11184 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8c0943cbf2
commit
1741eb34e0
@ -106,7 +106,8 @@ function _walk_bookmarks($bookmarks, $args = '' ) {
|
||||
else // If it's a relative path
|
||||
$output .= "<img src=\"" . get_option('siteurl') . "$bookmark->link_image\" $alt $title />";
|
||||
|
||||
if ($show_name) $output .= $name;
|
||||
if ( $show_name )
|
||||
$output .= " $name";
|
||||
} else {
|
||||
$output .= $name;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user