- Timestamp:
- 12/16/2024 07:53:28 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/comments.php
r7305 r14281 5 5 <?php if ( have_comments() ) : ?> 6 6 7 <h2 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h2>7 <h2 id="comments"><?php comments_number('No Comments.', 'One Comment:', '% Comments:' );?></h2> 8 8 <ol class="commentlist"> 9 9 <?php wp_list_comments(); ?> … … 20 20 <h2 id="comments"><?php esc_html_e( 'There are no comments to display', 'bborg' ); ?></h2> 21 21 22 <?php elseif ( ! is_page() ) : ?>22 <?php elseif ( ! is_page() ) : ?> 23 23 24 < p class="nocomments"><?php esc_html_e( 'Comments are closed.', 'bborg' ); ?></p>24 <h2 class="nocomments"><?php esc_html_e( 'Comments are closed.', 'bborg' ); ?></h2> 25 25 26 26 <?php endif; ?> 27 27 <?php endif; ?> 28 28 29 29 <?php if ( comments_open() ) : ?> 30 30
Note: See TracChangeset
for help on using the changeset viewer.