From 8752f7651d737da0dbe86065e708347a58b40d61 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 15 Feb 2007 13:19:12 +0000 Subject: WP Merge to rev 4887 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@888 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/comment-template.php') diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 38587da..d57aff5 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -226,7 +226,7 @@ function get_trackback_url() { $tb_url = get_option('siteurl') . '/wp-trackback.php?p=' . $id; if ( '' != get_option('permalink_structure') ) - $tb_url = trailingslashit(get_permalink()) . 'trackback/'; + $tb_url = trailingslashit(get_permalink()) . user_trailingslashit('trackback'); return $tb_url; } -- cgit