Changes between Initial Version and Version 1 of Ticket #22516

Timestamp:
11/20/12 17:33:03 (6 months ago)
Author:
barry
Comment:

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.