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-list-table.php

    r44574 r45583  
    805805        $total_pages_after  = '</span></span>';
    806806
    807         $disable_first = $disable_last = $disable_prev = $disable_next = false;
     807        $disable_first = false;
     808        $disable_last  = false;
     809        $disable_prev  = false;
     810        $disable_next  = false;
    808811
    809812        if ( $current == 1 ) {
Note: See TracChangeset for help on using the changeset viewer.