Assume an action of resetpass if key is given.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
199618e3b5
commit
1bdf7fb263
|
@ -4,6 +4,9 @@ require( dirname(__FILE__) . '/wp-config.php' );
|
|||
$action = $_REQUEST['action'];
|
||||
$error = '';
|
||||
|
||||
if ( isset($_GET['key']) )
|
||||
$action = 'resetpass';
|
||||
|
||||
nocache_headers();
|
||||
|
||||
header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset'));
|
||||
|
|
Loading…
Reference in New Issue