Ticket #3439: messages_notif_require_once.patch
File messages_notif_require_once.patch, 824 bytes (added by , 13 years ago) |
---|
-
bp-messages/bp-messages-functions.php
101 101 } 102 102 103 103 if ( $message->send() ) { 104 require( BP_PLUGIN_DIR . '/bp-messages/bp-messages-notifications.php' );105 104 106 105 // Send screen notifications to the recipients 107 106 foreach ( (array)$message->recipients as $recipient ) -
bp-messages/bp-messages-loader.php
40 40 'filters', 41 41 'template', 42 42 'functions', 43 'notifications' 43 44 ); 44 45 45 46 parent::includes( $includes );