Changeset 1510
- Timestamp:
- 08/05/2004 03:54:15 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r1448 r1510 61 61 if(!empty($_POST)) { 62 62 $log = $_POST['log']; 63 $pwd = $_POST['pwd'];63 $pwd = stripslashes($_POST['pwd']); 64 64 $redirect_to = $_POST['redirect_to']; 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.