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

    r45440 r45583  
    102102    <?php
    103103    foreach ( $importers as $importer_id => $data ) {
    104         $plugin_slug         = $action = '';
     104        $plugin_slug         = '';
     105        $action              = '';
    105106        $is_plugin_installed = false;
    106107
Note: See TracChangeset for help on using the changeset viewer.