Opened 15 years ago
Closed 15 years ago
#19070 closed enhancement (duplicate)
user.php errors should use wp_lostpassword_url()
| Reported by: | lwitzel | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Error messages generated in the user.php file has the lost password url hard-coded, rather than referencing wp_lostpassword_url(). This means a developer cannot override the default lost password url in this messaging, even when adding a filter for lostpassword_url.
There are two locations with the URL hard-coded: lines 91 & 112.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
#18808