Changes between Initial Version and Version 1 of Ticket #7055
- Timestamp:
- 05/06/2016 07:01:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7055
- Property Keywords has-patch added
-
Ticket #7055 – Description
initial v1 1 When a dev tries to use `bp_send_email()` on a non-root blog, `bp_send_email()` will fail.1 When a dev tries to use `bp_send_email()` on a non-root blog, `bp_send_email()` will throw the `missing_email` WP error. 2 2 3 3 In `bp_send_email()`, we attempt to use `switch_to_blog()` to tell WordPress to use all BP root blog settings, however `switch_to_blog()` doesn't work that way, it only switches the WPDB DB prefixes.