Changes between Initial Version and Version 1 of Ticket #22516
- Timestamp:
- 11/20/2012 05:33:03 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22516 – Description
initial v1 1 wp_authenticate_username_password() needs to check to make sure $user is not a WP_Error object early on. It's possible that something hooked into authenticate earlier than wp_authenticate_username_password()and has already returned an error.1 {{{wp_authenticate_username_password()}}} needs to check to make sure {{{$user}}} is not a WP_Error object early on. It's possible that something hooked into {{{authenticate}}} earlier than {{{wp_authenticate_username_password()}}} and has already returned an error.