Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2010 12:07:27 PM (16 years ago)
Author:
apeatling
Message:

Limiting the maximum number of comments that can show for an activity thread. I18n still to be fixed up in JS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/entry.php

    r2265 r2266  
    1111        <div class="activity-meta">
    1212            <?php if ( is_user_logged_in() && bp_activity_can_comment() ) : ?>
    13                 <a href="#acomment-<?php bp_activity_id() ?>" class="acomment-reply" id="acomment-comment-<?php bp_activity_id() ?>"><?php _e( 'Reply', 'buddypress' ) ?> (<?php bp_activity_comment_count() ?>)</a>
     13                <a href="#acomment-<?php bp_activity_id() ?>" class="acomment-reply" id="acomment-comment-<?php bp_activity_id() ?>"><?php _e( 'Reply', 'buddypress' ) ?> (<span><?php bp_activity_comment_count() ?></span>)</a>
    1414            <?php endif; ?>
    1515
Note: See TracChangeset for help on using the changeset viewer.