Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/09/2013 02:04:36 PM (12 years ago)
Author:
boonebgorges
Message:

Introduces bp_activity_do_mentions(), a toggle for the activity mentions feature

Fixes #3388

Props thebrandonallen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r7002 r7193  
    120120
    121121        // Activity button
    122         if ( bp_is_active( 'activity' ) )
     122        if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() )
    123123            add_action( 'bp_member_header_actions',    'bp_send_public_message_button',  20 );
    124124
Note: See TracChangeset for help on using the changeset viewer.