Make WordPress Core


Ignore:
Timestamp:
12/20/2014 10:46:53 PM (12 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-includes/taxonomy.php

    r30954 r30982  
    38903890
    38913891        $term_items = array();
     3892        $terms_by_id = array();
     3893        $term_ids = array();
    38923894
    38933895        foreach ( (array) $terms as $key => $term ) {
Note: See TracChangeset for help on using the changeset viewer.