Ticket #16953: no-mu-symlinks.diff
File no-mu-symlinks.diff, 350 bytes (added by , 11 years ago) |
---|
-
wp-settings.php
diff --git wp-settings.php wp-settings.php index aee35b3..9f73195 100644
$GLOBALS['wp_plugin_paths'] = array(); 168 168 169 169 // Load must-use plugins. 170 170 foreach ( wp_get_mu_plugins() as $mu_plugin ) { 171 wp_register_plugin_realpath( $mu_plugin );172 171 include_once( $mu_plugin ); 173 172 } 174 173 unset( $mu_plugin );