Skip to:
Content

BuddyPress.org

Changeset 3713 for trunk/bp-loader.php


Ignore:
Timestamp:
01/14/2011 11:49:17 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Switch verbiage from 'upgrade' to 'update' and adjust is_multisite() admin_menu/network_admin_menu action checks. Also rename bp-core-upgrade.php to bp-core-update.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r3592 r3713  
    1919/***
    2020 * Check if this is the first time BuddyPress has been loaded, or the first time
    21  * since an upgrade. If so, load the install/upgrade routine only.
     21 * since an update. If so, load the install/update routine only.
    2222 */
    2323if ( get_site_option( 'bp-db-version' ) < constant( 'BP_DB_VERSION' ) ) {
    24     require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-upgrade.php' );
     24    require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-update.php' );
    2525
    2626/***
    27  * If the install or upgrade routine is completed and everything is up to date
     27 * If the install or update routine is completed and everything is up to date
    2828 * continue loading BuddyPress as normal.
    2929 */
Note: See TracChangeset for help on using the changeset viewer.