Opened 5 years ago
Closed 5 years ago
#8126 closed defect (bug) (fixed)
`bp_send_email()` forms `WP_Error` object incorrectly
Reported by: | boonebgorges | Owned by: | DJPaul |
---|---|---|---|
Milestone: | 5.0.0 | Priority: | normal |
Severity: | normal | Version: | 2.5.0 |
Component: | Emails | Keywords: | |
Cc: |
Description
See https://buddypress.trac.wordpress.org/browser/tags/4.3.0/src/bp-core/bp-core-functions.php?marks=3228#L3210. There is no __CLASS__
or $this
at this point, since it's not in a class context.
Note: See
TracTickets for help on using
tickets.
In 12427: