- Timestamp:
- 04/27/2021 06:59:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php
r12907 r12908 515 515 516 516 $buttons['activity_spam']['button_attr'][ $data_element ] = wp_nonce_url( 517 bp_get_root_domain() . '/' . bp_ get_activity_slug() . '/spam/' . $activity_id . '/',517 bp_get_root_domain() . '/' . bp_nouveau_get_component_slug( 'activity' ) . '/spam/' . $activity_id . '/', 518 518 'bp_activity_akismet_spam_' . $activity_id 519 519 ); … … 843 843 844 844 $buttons['activity_comment_spam']['button_attr'][ $data_element ] = wp_nonce_url( 845 bp_get_root_domain() . '/' . bp_ get_activity_slug() . '/spam/' . $activity_comment_id . '/?cid=' . $activity_comment_id,845 bp_get_root_domain() . '/' . bp_nouveau_get_component_slug( 'activity' ) . '/spam/' . $activity_comment_id . '/?cid=' . $activity_comment_id, 846 846 'bp_activity_akismet_spam_' . $activity_comment_id 847 847 );
Note: See TracChangeset
for help on using the changeset viewer.