Changeset 3732 for trunk/wp-login.php
- Timestamp:
- 04/20/2006 10:08:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r3731 r3732 4 4 $action = $_REQUEST['action']; 5 5 $error = ''; 6 7 if ( isset($_GET['key']) ) 8 $action = 'resetpass'; 6 9 7 10 nocache_headers();
Note: See TracChangeset
for help on using the changeset viewer.