Skip to:
Content

BuddyPress.org

Changeset 4522


Ignore:
Timestamp:
06/15/2011 10:45:17 PM (14 years ago)
Author:
boonebgorges
Message:

Modifies activity reply comment form IDs so as to avoid duplicates on a single page. Fixes #3279. Props Dennissmolek

File:
1 edited

Legend:

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

    r4493 r4522  
    2626
    2727        <?php if ( is_user_logged_in() && bp_activity_can_comment_reply( bp_activity_current_comment() ) ) : ?>
    28             <span class="acomment-replylink"> &middot; <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"> &middot; <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>
    2929        <?php endif ?>
    3030   
Note: See TracChangeset for help on using the changeset viewer.