Changeset 3120 for trunk/wp-includes/pluggable-functions.php
- Timestamp:
- 11/17/2005 12:51:34 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable-functions.php
r3102 r3120 145 145 global $wpdb, $error; 146 146 147 if ( !$username )148 return false; 149 150 if ( !$password ) {147 if ( '' == $username ) 148 return false; 149 150 if ( '' == $password ) { 151 151 $error = __('<strong>Error</strong>: The password field is empty.'); 152 152 return false;
Note: See TracChangeset
for help on using the changeset viewer.