Changeset 5695
- Timestamp:
- 06/13/07 16:27:03 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/pluggable.php
r5668 r5695 224 224 function wp_login($username, $password, $already_md5 = false) { 225 225 global $wpdb, $error; 226 227 $username = sanitize_user($username); 226 228 227 229 if ( '' == $username )
