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/ms-load.php

    r30543 r30982  
    309309        }
    310310
     311        $paths = array();
     312
    311313        while ( count( $path_segments ) ) {
    312314                $paths[] = '/' . implode( '/', $path_segments ) . '/';
Note: See TracChangeset for help on using the changeset viewer.