#7860 closed defect (bug) (fixed)
502 errors when using the BP Login Widget
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1.0 | Priority: | normal |
Severity: | normal | Version: | 3.0.0 |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
There are various reports about users encountering 502 errors with the login widget.
We made changes in #7522 to use wp_login_url()
instead of site_url( 'wp-login.php' )
.
But, I think we should revert it for the login widget since WP's own wp_login_form()
function uses site_url( 'wp-login.php', 'login_post' )
.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 12117: