Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#4980 closed defect (bug) (fixed)

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

Reported by: imath Owned by: r-a-y
Priority: normal Milestone: 1.7.2
Component: Blogs Version: 1.7
Severity: minor 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 13 years ago.

Download all attachments as: .zip

Change History (4)

@imath
13 years ago

#1 @r-a-y
13 years ago

  • Component CoreBlogs
  • Keywords 2nd-opinion removed
  • Milestone Awaiting Review1.7.2

#2 @r-a-y
13 years ago

  • Owner set to r-a-y
  • Resolutionfixed
  • Status newclosed

In 7074:

Only register 'new_blog' activity action on multisite installs.

Fixes #4980. Props imath.

#3 @r-a-y
13 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.