diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 865ad68499..b2e5692e45 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -110,7 +110,7 @@ function _walk_bookmarks($bookmarks, $args = '' ) { } else { $output .= $name; } - + $output .= $link_after; $output .= '';