Opened 13 years ago
Closed 13 years ago
#3751 closed defect (bug) (fixed)
Jetpack can't be registered to wp.com when BP is enabled
Reported by: | boonebgorges | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | minor |
Severity: | normal | Version: | 1.5 |
Component: | Administration | Keywords: | |
Cc: |
Description
In bp_core_wpsignup_redirect(), BP grabs all requests with 'register' == $_GETaction? and redirects them to the public registration page. This means that Jetpack (and probably other plugins) can't perform certain actions that are identified with ?action=register.
I think the easiest solution is just to bail from bp_core_wpsignup_redirect() when is_admin(). See patch. Thoughts?
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I'll take the relative silence as a "yes" :)