Changeset 7193 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 06/09/2013 02:04:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r7002 r7193 120 120 121 121 // Activity button 122 if ( bp_is_active( 'activity' ) )122 if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) 123 123 add_action( 'bp_member_header_actions', 'bp_send_public_message_button', 20 ); 124 124
Note: See TracChangeset
for help on using the changeset viewer.