Changeset 10978 for trunk/wp-content/themes/default/comments.php
- Timestamp:
- 04/17/2009 05:30:09 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments.php
r10931 r10978 36 36 <?php else : // this is displayed if there are no comments so far ?> 37 37 38 <?php if ( 'open' == $post->comment_status) : ?>38 <?php if ( comments_open() ) : ?> 39 39 <!-- If comments are open, but there are no comments. --> 40 40 … … 47 47 48 48 49 <?php if ( 'open' == $post->comment_status) : ?>49 <?php if ( comments_open() ) : ?> 50 50 51 51 <div id="respond">
Note: See TracChangeset
for help on using the changeset viewer.