Show the post title.

git-svn-id: https://develop.svn.wordpress.org/trunk@5025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2007-03-11 22:46:25 +00:00
parent ef006054ca
commit 72076338e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
?>
| <a href="<?php echo get_permalink($comment->comment_post_ID); ?>" title="<?php echo $post_title; ?>"><?php _e('View Post') ?></a> ]</p>
] &#8212; <a href="<?php echo get_permalink($comment->comment_post_ID); ?>"><?php echo $post_title; ?></a></p>
</li>
<?php } // end foreach($comment) ?>