Opened 14 years ago
Closed 14 years ago
#19070 closed enhancement (duplicate)
user.php errors should use wp_lostpassword_url()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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.
#18808