Add space. see #7560

git-svn-id: https://develop.svn.wordpress.org/trunk@8703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-08-21 20:45:45 +00:00
parent fc22c0304b
commit 7404c72fde
1 changed files with 1 additions and 1 deletions

View File

@ -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') : ?>