Opened 15 years ago
Closed 11 years ago
#2369 closed enhancement (fixed)
BuddyPress should only index blogs from the $current_site
Reported by: | wpmuguru | Owned by: | |
---|---|---|---|
Milestone: | 1.2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Blogs | Keywords: | has-patch |
Cc: |
Description
Currently BuddyPress indexes all blogs in the MU install when it's is first activated. BP is activated by MU site. So, in a MU multisite environment, if BP is not activated on all sites, new blogs in other MU sites are not added to the blogs list. For consistency, on activation BP should only index blogs from the current MU site.
Attachments (1)
Change History (5)
#3
@
11 years ago
- Resolution fixed deleted
- Severity set to normal
- Status changed from closed to reopened
Reopening this ticket because the code in changeset [2992] contains an error that throws the following warning:
"Backtrace from warning 'wpdb::prepare was called incorrectly. wpdb::prepare() requires at least two arguments."
The original patch has the correct code.
(In [2992]) Fixes #2369 props wpmuguru