Opened 14 years ago
Closed 14 years ago
#21869 closed enhancement (duplicate)
wp-login.php should use wp_register() instead of ...
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
wp-login.php File should use
<?php wp_register('','',true) ;?>
instead of
<a href="<?php echo esc_url( site_url( 'wp-login.php?action=register', 'login' ) ); ?>"><?php _e( 'Register' ); ?></a>
On line 445
which will allow the use of register filter hook to overwrite the register url.
Change History (1)
Note: See
TracTickets for help on using
tickets.
#19097