Make WordPress Core


Ignore:
Timestamp:
07/01/2019 08:26:25 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in the base directory.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r45412 r45582  
    551551
    552552        if ( ! empty( $_REQUEST['redirect_to'] ) ) {
    553             $redirect_to = $requested_redirect_to = $_REQUEST['redirect_to'];
     553            $redirect_to           = $_REQUEST['redirect_to'];
     554            $requested_redirect_to = $redirect_to;
    554555        } else {
    555556            $redirect_to           = 'wp-login.php?loggedout=true';
Note: See TracChangeset for help on using the changeset viewer.