]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class.wp-dependencies.php
WordPress 4.4
[autoinstalls/wordpress.git] / wp-includes / class.wp-dependencies.php
index 918c53156f9214ffb12c052db981b10cc79d9942..c051770b12e1434730e0a0fb9241ac6ad95e0612 100644 (file)
@@ -96,7 +96,7 @@ class WP_Dependencies {
                $handles = false === $handles ? $this->queue : (array) $handles;
                $this->all_deps( $handles );
 
-               foreach( $this->to_do as $key => $handle ) {
+               foreach ( $this->to_do as $key => $handle ) {
                        if ( !in_array($handle, $this->done, true) && isset($this->registered[$handle]) ) {
 
                                /*