#19199 closed defect (bug) (fixed)
use wp_lostpassword_url() in wp-login.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Users | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
related: #18808
use wp_lostpassword_url() instead of using site_url( 'wp-login.php?action=lostpassword' ) in wp-login.php.
Attachments (2)
Change History (6)
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [19281]:
comment:2
SergeyBiryukov — 19 months ago
- Milestone changed from Awaiting Review to 3.3
We can't use wp_lostpassword_url() in that one spot because the protocol is login_post, rather than login.
Note: See
TracTickets for help on using
tickets.

wp_lostpassword_url() & wp_login_url()