Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#4980 closed defect (bug) (fixed)

Blogs component should not set "new_blog" activity type if WP config != multisite

Reported by: imath's profile imath Owned by: r-a-y's profile r-a-y
Milestone: 1.7.2 Priority: normal
Severity: minor Version: 1.7
Component: Blogs Keywords: has-patch
Cc:

Description

In the same spirit as #4979, i just noticed that the function bp_blogs_register_activity_actions() in buddypress/bp-blogs/bp-blogs-activity.php sets the activity type "new_blog" (New site created) by default. Maybe a is_multisite() check would be interesting before setting this type.

So i suggest the diff attached to this ticket.

Attachments (1)

4980.diff (760 bytes) - added by imath 11 years ago.

Download all attachments as: .zip

Change History (4)

@imath
11 years ago

#1 @r-a-y
11 years ago

  • Component changed from Core to Blogs
  • Keywords 2nd-opinion removed
  • Milestone changed from Awaiting Review to 1.7.2

#2 @r-a-y
11 years ago

  • Owner set to r-a-y
  • Resolution set to fixed
  • Status changed from new to closed

In 7074:

Only register 'new_blog' activity action on multisite installs.

Fixes #4980. Props imath.

#3 @r-a-y
11 years ago

In 7076:

Only register 'new_blog' activity action on multisite installs.

Fixes #4980. Props imath.

Note: See TracTickets for help on using tickets.