[wp-trac] [WordPress Trac] #21869: wp-login.php should use wp_register() instead of ...
WordPress Trac
wp-trac at lists.automattic.com
Tue Sep 11 09:02:04 UTC 2012
#21869: wp-login.php should use wp_register() instead of ...
-------------------------+-----------------------------
Reporter: bainternet | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.4.2
Severity: normal | Keywords:
-------------------------+-----------------------------
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 [http://core.trac.wordpress.org/browser/tags/3.4.2/wp-login.php#L445
line 445]
which will allow the use of `register` filter hook to overwrite the
register url.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21869>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list