Skip to:
Content

BuddyPress.org

Changeset 5727 for trunk/bp-loader.php


Ignore:
Timestamp:
02/11/2012 09:19:15 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use bp_get_option() in more places, and include bp-core-options.php in update wizard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r5725 r5727  
    478478                require( $this->plugin_dir . 'bp-core/bp-core-update.php'       );
    479479                require( $this->plugin_dir . 'bp-core/bp-core-caps.php'         );
     480                require( $this->plugin_dir . 'bp-core/bp-core-options.php'      );
    480481                require( $this->plugin_dir . 'bp-core/admin/bp-core-update.php' );
    481482            }
Note: See TracChangeset for help on using the changeset viewer.