#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)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 7074: