Make WordPress Core

Ticket #16953: no-mu-symlinks.diff

File no-mu-symlinks.diff, 350 bytes (added by scribu, 11 years ago)
  • wp-settings.php

    diff --git wp-settings.php wp-settings.php
    index aee35b3..9f73195 100644
    $GLOBALS['wp_plugin_paths'] = array(); 
    168168
    169169// Load must-use plugins.
    170170foreach ( wp_get_mu_plugins() as $mu_plugin ) {
    171         wp_register_plugin_realpath( $mu_plugin );
    172171        include_once( $mu_plugin );
    173172}
    174173unset( $mu_plugin );