From 0d4bfdbf8c17706b57e92838d1599cb9e82c893b Mon Sep 17 00:00:00 2001
From: donncha
Date: Mon, 12 Mar 2007 23:03:30 +0000
Subject: WP Merge to 5028
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@915 7be80a69-a1ef-0310-a953-fb0f7c49ff36
---
wp-admin/edit-comments.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'wp-admin/edit-comments.php')
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index 4ba2479..d3de2c5 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -168,7 +168,7 @@ $post = get_post($comment->comment_post_ID);
$post_title = wp_specialchars( $post->post_title, 'double' );
$post_title = ('' == $post_title) ? "# $comment->comment_post_ID" : $post_title;
?>
- | ]
+ ] —
--
cgit