Changeset 42228 for trunk/src/wp-includes/theme-compat/comments.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/comments.php
r37985 r42228 57 57 <div class="alignright"><?php next_comments_link() ?></div> 58 58 </div> 59 59 <?php else : // this is displayed if there are no comments so far ?> 60 60 61 61 <?php if ( comments_open() ) : ?> 62 62 <!-- If comments are open, but there are no comments. --> 63 63 64 64 <?php else : // comments are closed ?> 65 65 <!-- If comments are closed. --> 66 66 <p class="nocomments"><?php _e('Comments are closed.'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.