Skip to:
Content

BuddyPress.org

Changeset 5258


Ignore:
Timestamp:
10/23/2011 07:46:09 PM (13 years ago)
Author:
djpaul
Message:

Fix deleting activity comments when javascript is disabled. Fixes #3706

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-template.php

    r5194 r5258  
    16021602        global $bp;
    16031603
    1604         $link = wp_nonce_url( bp_get_root_domain() . '/' . bp_get_activity_slug() . '/delete/?cid=' . bp_get_activity_comment_id(), 'bp_activity_delete_link' );
     1604        $link = wp_nonce_url( bp_get_root_domain() . '/' . bp_get_activity_slug() . '/delete/' . bp_get_activity_comment_id() . '?cid=' . bp_get_activity_comment_id(), 'bp_activity_delete_link' );
    16051605
    16061606        return apply_filters( 'bp_activity_comment_delete_link', $link );
Note: See TracChangeset for help on using the changeset viewer.