Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4730 closed enhancement (no action required)

bp_is_active('blogs') returns true on Non multisite install too

Reported by: sbrajesh Owned by:
Priority: normal Milestone:
Component: Core Version: 1.7
Severity: minor Keywords: has-patch
Cc:

Description

The blogs component is set active on non multisite WordPress install. If you check for bp_is_active('blogs') on standard WordPress install it always returns true.

Here is a small patch to fix the issue. It is against current 1/7 trunk r6655

Attachments (1)

blogs-active.patch (990 bytes ) - added by sbrajesh 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @DJPaul
14 years ago

This is intentional to allow tracking of comments and posts into the activity stream.

#2 @sbrajesh
14 years ago

  • Resolutioninvalid
  • Status newclosed

Thank you. I could not see that.
Closing this ticket then.
I will rather put an is_multisite() test wherever I need it.

#3 @DJPaul
14 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.