Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#2715 closed defect (bug) (fixed)

bp-blogs always loaded on non-multisite

Reported by: DJPaul Owned by: DJPaul
Priority: normal Milestone: 1.5
Component: Blogs Version:
Severity: Keywords:
Cc:

Description

On the current build of trunk, bp-blogs is always loaded because it does not exist within the deactivated components record in wp_options.

Change History (2)

#1 @DJPaul
16 years ago

Until the new admin menu is further completed, you'll either need to reinstall BuddyPress trunk or add the following to your bp-deactivated-components record in wp_options:

a:1:{s:12:"bp-blogs.php";i:1;}

#2 @djpaul
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3355]) Stop bp-blogs loading on non-multisite. Fixes #2715

Note: See TracTickets for help on using tickets.