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

    r32654 r33734  
    116116wp_default_styles($wp_styles);
    117117
    118 foreach( $load as $handle ) {
     118foreach ( $load as $handle ) {
    119119    if ( !array_key_exists($handle, $wp_styles->registered) )
    120120        continue;
Note: See TracChangeset for help on using the changeset viewer.