Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2011 10:25:13 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Change "Spam This!" text to "Spam" in activity stream Akismet extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-akismet.php

    r5281 r5284  
    176176                'link_class' => 'bp-secondary-action spam-activity confirm button item-button',
    177177                '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' ),
    179179                'wrapper'    => false,
    180180            )
     
    205205                'link_class' => 'bp-secondary-action spam-activity-comment confirm',
    206206                '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' ),
    208208                'wrapper'    => false,
    209209            )
Note: See TracChangeset for help on using the changeset viewer.