Skip to:
Content

BuddyPress.org

Changeset 1322


Ignore:
Timestamp:
04/05/2009 02:23:28 PM (16 years ago)
Author:
apeatling
Message:

Fixes #652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/buddypress-home/comments.php

    r1305 r1322  
    2222<div id="comments-section">
    2323<?php if ($comments) : ?>
    24     <h3 id="responses"><?php comments_number( __( 'No Responses', 'buddypress' ), __( 'One Response', 'buddypress' ), __( '% Responses', 'buddypress' ) );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
     24    <h3 id="responses"><?php comments_number( __( 'No Responses', 'buddypress' ), __( 'One Response', 'buddypress' ), __( '% Responses', 'buddypress' ) );?> <?php _e( 'to', 'buddypress' ) ?> &#8220;<?php the_title(); ?>&#8221;</h3>
    2525       
    2626    <ol class="commentlist" id="comments">
Note: See TracChangeset for help on using the changeset viewer.