diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index b00476eccd..fac3fb2018 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -106,7 +106,8 @@ function _walk_bookmarks($bookmarks, $args = '' ) { else // If it's a relative path $output .= "link_image\" $alt $title />"; - if ($show_name) $output .= $name; + if ( $show_name ) + $output .= " $name"; } else { $output .= $name; }