Changeset 2530
- Timestamp:
- 04/13/2005 04:44:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r2390 r2530 51 51 <?php else : // this is displayed if there are no comments so far ?> 52 52 53 <?php if ('open' == $post-> 53 <?php if ('open' == $post->comment_status) : ?> 54 54 <!-- If comments are open, but there are no comments. --> 55 55 … … 62 62 63 63 64 <?php if ('open' == $post-> 64 <?php if ('open' == $post->comment_status) : ?> 65 65 66 66 <h3 id="respond">Leave a Reply</h3>
Note: See TracChangeset
for help on using the changeset viewer.