﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21869	wp-login.php should use wp_register() instead of ...	bainternet		"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."	enhancement	closed	normal		General		normal	duplicate		
