Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7055


Ignore:
Timestamp:
05/06/2016 07:01:53 PM (9 years ago)
Author:
r-a-y
Comment:

Actually, since the taxonomy isn't public, we could just register the taxonomy at all times.

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.
     1When a dev tries to use `bp_send_email()` on a non-root blog, `bp_send_email()` will throw the `missing_email` WP error.
    22
    33In `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.