Changeset 5258
- Timestamp:
- 10/23/2011 07:46:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r5194 r5258 1602 1602 global $bp; 1603 1603 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' ); 1605 1605 1606 1606 return apply_filters( 'bp_activity_comment_delete_link', $link );
Note: See TracChangeset
for help on using the changeset viewer.