Changeset 2266 for trunk/bp-themes/bp-default/activity/entry.php
- Timestamp:
- 01/06/2010 12:07:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/activity/entry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/entry.php
r2265 r2266 11 11 <div class="activity-meta"> 12 12 <?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> 14 14 <?php endif; ?> 15 15
Note: See TracChangeset
for help on using the changeset viewer.