Make WordPress Core

Changeset 3732 for trunk/wp-login.php


Ignore:
Timestamp:
04/20/2006 10:08:37 PM (19 years ago)
Author:
ryan
Message:

Assume an action of resetpass if key is given.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r3731 r3732  
    44$action = $_REQUEST['action'];
    55$error = '';
     6
     7if ( isset($_GET['key']) )
     8    $action = 'resetpass';
    69
    710nocache_headers();
Note: See TracChangeset for help on using the changeset viewer.