#19097 closed enhancement (duplicate)
use wp_register() in wp-login.php
| Reported by: | linuxarchitect | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.2.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
15 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch to implement enhancement request