Changeset 5284 for trunk/bp-activity/bp-activity-akismet.php
- Timestamp:
- 11/05/2011 10:25:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-akismet.php
r5281 r5284 176 176 'link_class' => 'bp-secondary-action spam-activity confirm button item-button', 177 177 'link_href' => wp_nonce_url( bp_get_root_domain() . '/' . bp_get_activity_slug() . '/spam/' . bp_get_activity_id(), 'bp_activity_akismet_spam_' . bp_get_activity_id() ), 178 'link_text' => __( 'Spam This!', 'buddypress' ),178 'link_text' => __( 'Spam', 'buddypress' ), 179 179 'wrapper' => false, 180 180 ) … … 205 205 'link_class' => 'bp-secondary-action spam-activity-comment confirm', 206 206 'link_href' => wp_nonce_url( bp_get_root_domain() . '/' . bp_get_activity_slug() . '/spam/' . bp_get_activity_comment_id() . '?cid=' . bp_get_activity_comment_id(), 'bp_activity_akismet_spam_' . bp_get_activity_comment_id() ), 207 'link_text' => __( 'Spam This!', 'buddypress' ),207 'link_text' => __( 'Spam', 'buddypress' ), 208 208 'wrapper' => false, 209 209 )
Note: See TracChangeset
for help on using the changeset viewer.