Changeset 6522
- Timestamp:
- 11/15/2012 11:01:24 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp-templates/bp-legacy/buddypress/activity/entry.php (modified) (1 diff)
-
bp-themes/bp-default/activity/entry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/activity/entry.php
r6460 r6522 58 58 <?php if ( bp_activity_can_comment() ) : ?> 59 59 60 <a href="<?php bp_ get_activity_comment_link(); ?>" class="button acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment <span>%s</span>', 'buddypress' ), bp_activity_get_comment_count() ); ?></a>60 <a href="<?php bp_activity_comment_link(); ?>" class="button acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment <span>%s</span>', 'buddypress' ), bp_activity_get_comment_count() ); ?></a> 61 61 62 62 <?php endif; ?> -
trunk/bp-themes/bp-default/activity/entry.php
r5737 r6522 58 58 <?php if ( bp_activity_can_comment() ) : ?> 59 59 60 <a href="<?php bp_ get_activity_comment_link(); ?>" class="button acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment <span>%s</span>', 'buddypress' ), bp_activity_get_comment_count() ); ?></a>60 <a href="<?php bp_activity_comment_link(); ?>" class="button acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment <span>%s</span>', 'buddypress' ), bp_activity_get_comment_count() ); ?></a> 61 61 62 62 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.