BuddyPress conflicts (fix included)
-
I was getting a conflict with BuddyPress and ThreeWP Broadcast and determined the culprit to be caused by a couple instances of switch_to_blog not being properly switched back via the updated restore_current_blog() function.
I didn’t easily find a way to submit a pull request so I’ll just post it here.
Replacing
switch_to_blog($current_blog);
withrestore_current_blog();
on lines 73 and 180 of bp-em-core.php resolves the conflict.It looks like you are using restore_current_blog everywhere else. I’m more than happy to submit a pull request if that helps.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘BuddyPress conflicts (fix included)’ is closed to new replies.