Skip to:
Content

BuddyPress.org

Changeset 6522


Ignore:
Timestamp:
11/15/2012 11:01:24 AM (13 years ago)
Author:
djpaul
Message:

Correct no-js activity comment link in BP-Default and BP-Legacy

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/activity/entry.php

    r6460 r6522  
    5858                <?php if ( bp_activity_can_comment() ) : ?>
    5959
    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>
    6161
    6262                <?php endif; ?>
  • trunk/bp-themes/bp-default/activity/entry.php

    r5737 r6522  
    5858                <?php if ( bp_activity_can_comment() ) : ?>
    5959
    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>
    6161
    6262                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.