Remove extraneous spaces. http://mosquito.wordpress.org/view.php?id=1198 Props: Daniel Gutekunst
git-svn-id: http://svn.automattic.com/wordpress/trunk@2530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5b9e782523
commit
1a6877d062
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue