Add space. see #7560

git-svn-id: http://svn.automattic.com/wordpress/trunk@8703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-08-21 20:45:45 +00:00
parent 419db63a01
commit 594b715207

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