Make WordPress Core


Ignore:
Timestamp:
08/25/2015 08:27:56 PM (9 years ago)
Author:
wonderboymusic
Message:

foreach is a statement, not a function.

See #33491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class.wp-dependencies.php

    r32964 r33734  
    9797        $this->all_deps( $handles );
    9898
    99         foreach( $this->to_do as $key => $handle ) {
     99        foreach ( $this->to_do as $key => $handle ) {
    100100            if ( !in_array($handle, $this->done, true) && isset($this->registered[$handle]) ) {
    101101
Note: See TracChangeset for help on using the changeset viewer.