- Timestamp:
- 03/28/2020 01:49:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/entry.php
r12082 r12595 66 66 <?php if ( bp_activity_can_comment() ) : ?> 67 67 68 <a href="<?php bp_activity_comment_link(); ?>" class="button acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment %s', 'buddypress' ), '<span>' . bp_activity_get_comment_count() . '</span>' ); ?></a> 68 <a href="<?php bp_activity_comment_link(); ?>" class="button acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"> 69 <?php 70 /* translators: %s: number of activity comments */ 71 printf( __( 'Comment %s', 'buddypress' ), '<span>' . bp_activity_get_comment_count() . '</span>' ); 72 ?> 73 </a> 69 74 70 75 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.