From 72076338e942e79bdd9b539eb73425a86d85b6d4 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sun, 11 Mar 2007 22:46:25 +0000 Subject: [PATCH] Show the post title. git-svn-id: https://develop.svn.wordpress.org/trunk@5025 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 4ba2479013..d3de2c52ec 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; ?> - | ]

+ ] —