Make WordPress Core

Ticket #14949: 14949.3.diff

File 14949.3.diff, 423 bytes (added by donmhico, 5 years ago)

Patch refresh.

  • src/wp-login.php

    diff --git src/wp-login.php src/wp-login.php
    index 8822655dd6..8a58cfd214 100644
    switch ( $action ) { 
    11821182
    11831183                $user = wp_signon( array(), $secure_cookie );
    11841184
     1185                if ( is_wp_error( $user ) && is_user_logged_in() ) {
     1186                        $user = wp_get_current_user();
     1187                }
     1188
    11851189                if ( empty( $_COOKIE[ LOGGED_IN_COOKIE ] ) ) {
    11861190                        if ( headers_sent() ) {
    11871191                                $user = new WP_Error(