Changeset 10638 for trunk/wp-includes/pluggable.php
- Timestamp:
- 02/23/2009 05:33:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r10606 r10638 439 439 } 440 440 441 if (is_wp_error($user)) { 441 $ignore_codes = array('empty_username', 'empty_password'); 442 443 if (is_wp_error($user) && !in_array($user->get_error_code(), $ignore_codes) ) { 442 444 do_action('wp_login_failed', $username); 443 445 }
Note: See TracChangeset
for help on using the changeset viewer.