Making WordPress.org


Ignore:
Timestamp:
12/16/2024 07:53:28 PM (15 months ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: enfreshen the bb-base theme

See: https://buddypress.trac.wordpress.org/ticket/9262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/comments.php

    r7305 r14281  
    55<?php if ( have_comments() ) : ?>
    66
    7     <h2 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to &#8220;<?php the_title(); ?>&#8221;</h2>
     7    <h2 id="comments"><?php comments_number('No Comments.', 'One Comment:', '% Comments:' );?></h2>
    88    <ol class="commentlist">
    99        <?php wp_list_comments(); ?>
     
    2020        <h2 id="comments"><?php esc_html_e( 'There are no comments to display', 'bborg' ); ?></h2>
    2121
    22     <?php elseif ( !is_page() ) : ?>
     22    <?php elseif ( ! is_page() ) : ?>
    2323
    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>
    2525
    2626    <?php endif; ?>
    2727<?php endif; ?>
    28                
     28
    2929<?php if ( comments_open() ) : ?>
    3030
Note: See TracChangeset for help on using the changeset viewer.