Changeset 11066
- Timestamp:
- 09/06/2016 07:09:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r11035 r11066 2098 2098 */ 2099 2099 function bp_get_activity_comment_delete_link() { 2100 $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' );2100 $link = wp_nonce_url( bp_get_activity_directory_permalink() . 'delete/' . bp_get_activity_comment_id() . '?cid=' . bp_get_activity_comment_id(), 'bp_activity_delete_link' ); 2101 2101 2102 2102 /**
Note: See TracChangeset
for help on using the changeset viewer.