Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 11 years ago

#6208 closed defect (bug) (fixed)

Filter register_url when registration is enabled

Reported by: johnjamesjacoby Owned by: boonebgorges
Priority: normal Milestone: 2.3
Component: Registration Version:
Severity: normal Keywords: 2nd-opinion has-patch
Cc:

Description

When registration is enabled and the page is properly set, we should filter register_url to ensure any plugins using wp_registration_url() (introduced in WordPress 3.6) will get our URL instead of WordPress's.

Attachments (1)

6208.diff (915 bytes ) - added by Mamaduka 12 years ago.

Download all attachments as: .zip

Change History (4)

#1 @Mamaduka
12 years ago

I like the idea, usually end up adding this manually. I'm gonna provide patch for this ticket.

@Mamaduka
12 years ago

#2 @Mamaduka
12 years ago

  • Keywords has-patch added; needs-patch removed

#3 @boonebgorges
11 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 9705:

Filter return value of wp_registration_url() so that it returns BP's Register page.

Props Mamaduka, johnjamesjacoby.
Fixes #6208.

Note: See TracTickets for help on using tickets.