Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#3751 closed defect (bug) (fixed)

Jetpack can't be registered to wp.com when BP is enabled

Reported by: boonebgorges Owned by:
Priority: minor Milestone: 1.6
Component: Administration Version: 1.5
Severity: normal 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)

3751.01.patch (606 bytes ) - added by boonebgorges 15 years ago.

Download all attachments as: .zip

Change History (5)

#1 @boonebgorges
15 years ago

I'll take the relative silence as a "yes" :)

#2 @boonebgorges
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [5345]) Don't catch 'register' action from GET global when on wp-admin, to improve compatibility with Jetpack and other plugins. Fixes #3751

#3 @DJPaul
15 years ago

  • Keywords has-patch needs-testing removed
  • Resolution fixed
  • Status closedreopened

Need to backport this to 1.5 branch.

#4 @djpaul
15 years ago

  • Resolutionfixed
  • Status reopenedclosed

(In [5807]) Backport r5345 from trunk to 1.5 branch. Don't catch 'register' action from GET global when on wp-admin. Fixes #3751 again.

Note: See TracTickets for help on using tickets.