Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5541, comment 3


Ignore:
Timestamp:
05/19/2014 07:31:34 PM (12 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5541, comment 3

    initial v1  
    88
    99{{{
    10 remove_action( 'messages_message_sent', 'bp_messages_message_sent_add_notification', 10 );
     10function remove_messages_sent_notification() {
     11        remove_action( 'messages_message_sent', 'bp_messages_message_sent_add_notification', 10 );
     12}
     13add_action( 'bp_init', 'remove_messages_sent_notification' );
    1114}}}
    1215