Remove extraneous spaces. http://mosquito.wordpress.org/view.php?id=1198 Props: Daniel Gutekunst

git-svn-id: https://develop.svn.wordpress.org/trunk@2530 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-04-13 16:44:35 +00:00
parent 1cb51ba0d9
commit 478f33f86a

View File

@ -50,7 +50,7 @@
<?php else : // this is displayed if there are no comments so far ?>
<?php if ('open' == $post-> comment_status) : ?>
<?php if ('open' == $post->comment_status) : ?>
<!-- If comments are open, but there are no comments. -->
<?php else : // comments are closed ?>
@ -61,7 +61,7 @@
<?php endif; ?>
<?php if ('open' == $post-> comment_status) : ?>
<?php if ('open' == $post->comment_status) : ?>
<h3 id="respond">Leave a Reply</h3>