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-settings.php

    r32935 r33734  
    176176// Load network activated plugins.
    177177if ( is_multisite() ) {
    178     foreach( wp_get_active_network_plugins() as $network_plugin ) {
     178    foreach ( wp_get_active_network_plugins() as $network_plugin ) {
    179179        wp_register_plugin_realpath( $network_plugin );
    180180        include_once( $network_plugin );
Note: See TracChangeset for help on using the changeset viewer.