Add space. see #7560
git-svn-id: https://develop.svn.wordpress.org/trunk@8703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fc22c0304b
commit
7404c72fde
@ -26,7 +26,7 @@
|
||||
|
||||
<?php foreach ($comments as $comment) : ?>
|
||||
|
||||
<li <?php comment_class($oddcomment) ?>id="comment-<?php comment_ID() ?>">
|
||||
<li <?php comment_class($oddcomment) ?> id="comment-<?php comment_ID() ?>">
|
||||
<?php echo get_avatar( $comment, 32 ); ?>
|
||||
<cite><?php comment_author_link() ?></cite> Says:
|
||||
<?php if ($comment->comment_approved == '0') : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user