Make WordPress Core


Ignore:
Timestamp:
11/17/2005 12:51:34 AM (19 years ago)
Author:
matt
Message:

New logo, better login.

File:
1 edited

Legend:

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

    r3102 r3120  
    145145    global $wpdb, $error;
    146146
    147     if ( !$username )
    148         return false;
    149 
    150     if ( !$password ) {
     147    if ( '' == $username )
     148        return false;
     149
     150    if ( '' == $password ) {
    151151        $error = __('<strong>Error</strong>: The password field is empty.');
    152152        return false;
Note: See TracChangeset for help on using the changeset viewer.