Make WordPress Core


Ignore:
Timestamp:
07/01/2019 12:50:14 PM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in wp-admin.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-screen.php

    r45503 r45583  
    203203        }
    204204
    205         $post_type       = $taxonomy = null;
     205        $post_type       = null;
     206        $taxonomy        = null;
    206207        $in_admin        = false;
    207208        $action          = '';
     
    10161017        );
    10171018
    1018         $wrapper_start = $wrapper_end = $form_start = $form_end = '';
     1019        $wrapper_start = '';
     1020        $wrapper_end   = '';
     1021        $form_start    = '';
     1022        $form_end      = '';
    10191023
    10201024        // Output optional wrapper.
Note: See TracChangeset for help on using the changeset viewer.