Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 07:32:48 AM (14 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-members/bp-members-actions.php

    r4606 r4775  
    3737        // Get the functions file
    3838        if ( is_multisite() )
    39             require_once( ABSPATH . 'wp-admin/includes/ms.php' );
     39            require( ABSPATH . 'wp-admin/includes/ms.php' );
    4040
    4141        if ( 'mark-spammer' == $bp->current_action )
Note: See TracChangeset for help on using the changeset viewer.