Skip to:
Content

BuddyPress.org

Changeset 4928


Ignore:
Timestamp:
08/05/2011 07:00:13 PM (15 years ago)
Author:
boonebgorges
Message:

Load bp-messages-notifications.php in the messages component class instead of inline. Fixes #3439. Props slaFFik and r-a-y.

Location:
trunk/bp-messages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-functions.php

    r4902 r4928  
    102102
    103103        if ( $message->send() ) {
    104                 require( BP_PLUGIN_DIR . '/bp-messages/bp-messages-notifications.php' );
    105104
    106105                // Send screen notifications to the recipients
  • trunk/bp-messages/bp-messages-loader.php

    r4920 r4928  
    4141                        'template',
    4242                        'functions',
     43                        'notifications'
    4344                );
    4445
Note: See TracChangeset for help on using the changeset viewer.