Make WordPress Core


Ignore:
Timestamp:
08/09/2004 09:06:49 AM (22 years ago)
Author:
saxmatt
Message:

Type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-user.php

    r1524 r1525  
    2929                return false;
    3030
    31         if ( verify_login($user_login, $user_pass) {
     31        if ( verify_login($user_login, $user_pass) ) {
    3232                return true;
    3333        } else {
Note: See TracChangeset for help on using the changeset viewer.