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/edit.php

    r45140 r45583  
    104104    switch ( $doaction ) {
    105105        case 'trash':
    106             $trashed = $locked = 0;
     106            $trashed = 0;
     107            $locked  = 0;
    107108
    108109            foreach ( (array) $post_ids as $post_id ) {
Note: See TracChangeset for help on using the changeset viewer.