Changeset 33734 for trunk/src/wp-settings.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r32935 r33734 176 176 // Load network activated plugins. 177 177 if ( is_multisite() ) { 178 foreach ( wp_get_active_network_plugins() as $network_plugin ) {178 foreach ( wp_get_active_network_plugins() as $network_plugin ) { 179 179 wp_register_plugin_realpath( $network_plugin ); 180 180 include_once( $network_plugin );
Note: See TracChangeset
for help on using the changeset viewer.