#19097 closed enhancement (duplicate)
use wp_register() in wp-login.php
Reported by: | linuxarchitect | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
wp_register() calls a filter to change the registration link, but wp-login.php still has the link hardcoded to the default link.
Attachments (2)
Change History (7)
#1
@
13 years ago
- Keywords has-patch needs-refresh added
For logged in users, this would display "Site Admin" link instead of "Register". Some things to consider:
- It seems less consistent with "Lost your password?" link.
- To register a new user, or to simply review the registration screen, site administrator would have to log out first.
The patch needs refresh due to [19027].
Note: See
TracTickets for help on using
tickets.
patch to implement enhancement request