Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 07:32:48 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Prebeta code clean-up - see #3367:

  • Remove PHP4 constructors on loader classes
  • Remove class functions that start with underscores
  • Use require() rather than require_once() where appropriate
  • Remove background color on messages activity time
File:
1 edited

Legend:

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

    r4770 r4775  
    9494
    9595    if ( $message->send() ) {
    96         require_once( BP_PLUGIN_DIR . '/bp-messages/bp-messages-notifications.php' );
     96        require( BP_PLUGIN_DIR . '/bp-messages/bp-messages-notifications.php' );
    9797
    9898        // Send screen notifications to the recipients
Note: See TracChangeset for help on using the changeset viewer.