Changeset 4522
- Timestamp:
- 06/15/2011 10:45:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/comment.php
r4493 r4522 26 26 27 27 <?php if ( is_user_logged_in() && bp_activity_can_comment_reply( bp_activity_current_comment() ) ) : ?> 28 <span class="acomment-replylink"> · <a href="#acomment-<?php bp_activity_comment_id() ?>" class="acomment-reply" id="acomment-reply-<?php bp_activity_id() ?> "><?php _e( 'Reply', 'buddypress' ) ?></a></span>28 <span class="acomment-replylink"> · <a href="#acomment-<?php bp_activity_comment_id() ?>" class="acomment-reply" id="acomment-reply-<?php bp_activity_id() ?>-from-<?php bp_activity_comment_id() ?>"><?php _e( 'Reply', 'buddypress' ) ?></a></span> 29 29 <?php endif ?> 30 30
Note: See TracChangeset
for help on using the changeset viewer.