Opened 19 months ago
Last modified 8 months ago
#19097 new enhancement
use wp_register() in wp-login.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | 3.2.1 |
| Severity: | normal | Keywords: | has-patch needs-refresh |
| Cc: | admin@… |
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 (5)
linuxarchitect — 19 months ago
comment:1
SergeyBiryukov — 19 months 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].
Version 0, edited 8 months ago
by ocean90
(next)
comment:3
bainternet — 8 months ago
- Cc admin@… added
Note: See
TracTickets for help on using
tickets.

patch to implement enhancement request