diff --git a/wp-includes/template-functions-comment.php b/wp-includes/template-functions-comment.php index f62dbcc02..5f9e84ddc 100644 --- a/wp-includes/template-functions-comment.php +++ b/wp-includes/template-functions-comment.php @@ -260,7 +260,7 @@ function trackback_url($display = true) { $tb_url = $siteurl.'/wp-trackback.php/'.$id; if ('' != get_settings('permalink_structure')) { - $tb_url = get_permalink() . 'trackback/'; + $tb_url = trailingslashit(get_permalink()) . 'trackback/'; } if ($display) { @@ -290,4 +290,4 @@ function trackback_rdf($timezone = 0) { } } -?> \ No newline at end of file +?>