Opened 7 years ago
Closed 6 years ago
#43407 closed enhancement (fixed)
Make site_url filter aware of wp-login.php actions
Reported by: | jfarthing84 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-patch dev-feedback |
Focuses: | Cc: |
Description
For instance, wp_registration_url()
passes the action to site_url()
:
$registration_url = site_url( 'wp-login.php?action=register' );
However, wp_logout_url()
and wp_lostpassword_url()
do not. Attaching a patch to fix this.
Attachments (1)
Change History (12)
#1
@
7 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 5.0
- Owner set to johnbillion
- Status changed from new to reviewing
- Version trunk deleted
This ticket was mentioned in Slack in #core by desrosj. View the logs.
6 years ago
#7
@
6 years ago
- Milestone changed from 5.0.3 to 5.1
Going to punt this to 5.1. It is outside of the scope for 5.0.3 (block
editor bugs, regressions, and major bugs).
Note: See
TracTickets for help on using
tickets.
Hello,
5.0.3 is going to be released at the beginning of January. We are currently sorting the remaining tickets in the milestone. Do you think this ticket can be handled/reviewed in the next few days? If not, let's address this in 5.1 which is coming soon.
Adding
dev-feedback
keywords to see if it can land in 5.0.3.