Make WordPress Core

Opened 13 years ago

Closed 11 years ago

Last modified 11 years ago

#19097 closed enhancement (duplicate)

use wp_register() in wp-login.php

Reported by: linuxarchitect's profile 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)

wp-login.php.patch (1.5 KB) - added by linuxarchitect 13 years ago.
patch to implement enhancement request
wp-login.php.2.patch (1.5 KB) - added by bainternet 12 years ago.
refreshed patch to 3.5

Download all attachments as: .zip

Change History (7)

@linuxarchitect
13 years ago

patch to implement enhancement request

#1 @SergeyBiryukov
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:

  1. It seems less consistent with "Lost your password?" link.
  2. 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].

#2 @ocean90
12 years ago

Duplicate: #21869

Related: #17950

Last edited 12 years ago by SergeyBiryukov (previous) (diff)

@bainternet
12 years ago

refreshed patch to 3.5

#3 @bainternet
12 years ago

  • Cc admin@… added

#4 @swissspidy
11 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Was fixed in #17950

#5 @ocean90
11 years ago

  • Keywords needs-refresh removed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.