Make WordPress Core


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

foreach is a statement, not a function.

See #33491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/load-scripts.php

    r31029 r33734  
    136136wp_default_scripts($wp_scripts);
    137137
    138 foreach( $load as $handle ) {
     138foreach ( $load as $handle ) {
    139139    if ( !array_key_exists($handle, $wp_scripts->registered) )
    140140        continue;
Note: See TracChangeset for help on using the changeset viewer.