- Timestamp:
- 06/19/2023 06:09:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php
r13436 r13504 4 4 * 5 5 * @since 3.0.0 6 * @version 1 0.0.06 * @version 12.0.0 7 7 */ 8 8 … … 552 552 $data_element = 'href'; 553 553 } 554 555 $spam_link = bp_rewrites_get_url(556 array(557 'component_id' => 'activity',558 'single_item_action' => 'spam',559 'single_item_action_variables' => array( bp_get_activity_id() ),560 )561 );562 554 563 555 $buttons['activity_spam']['button_attr'][ $data_element ] = wp_nonce_url(
Note: See TracChangeset
for help on using the changeset viewer.