Skip to:
Content

BuddyPress.org

Changeset 4795


Ignore:
Timestamp:
07/22/2011 01:49:02 PM (14 years ago)
Author:
boonebgorges
Message:

More require() cleanup. See #3367

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-update.php

    r4794 r4795  
    10191019
    10201020            // Load BP and hook the admin menu, so that the redirect is successful
    1021             require( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-admin.php' );
     1021            if ( !function_exists( 'bp_core_update_message' ) )
     1022                require( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-admin.php' );
    10221023            bp_core_add_admin_menu();
    10231024
Note: See TracChangeset for help on using the changeset viewer.