Edit comment from Ryan Boren.

git-svn-id: https://develop.svn.wordpress.org/trunk@673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-01-01 00:20:22 +00:00
parent 88d4ebbac4
commit 622e22e5bb
2 changed files with 19 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
<?php foreach ($comments as $comment) { ?>
<li id="comment-<?php comment_ID() ?>">
<?php comment_text() ?>
<p><cite><?php comment_type(); ?> by <?php comment_author_link() ?> &#8212; <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
<p><cite><?php comment_type(); ?> by <?php comment_author_link() ?> &#8212; <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link('Edit This', ' |'); ?></p>
</li>
<?php } // end for each comment ?>