Make WordPress Core


Ignore:
Timestamp:
12/20/2014 10:46:53 PM (11 years ago)
Author:
wonderboymusic
Message:

For clarity, initialize some arrays that previously were only assigned via short circuit in loops.

See #30799.

File:
1 edited

Legend:

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

    r30742 r30982  
    17871787        if ($tableindices) {
    17881788            // Clear the index array.
    1789             unset($index_ary);
     1789            $index_ary = array();
    17901790
    17911791            // For every index in the table.
Note: See TracChangeset for help on using the changeset viewer.