Make WordPress Core

Ticket #20527: ms-files.php.diff

File ms-files.php.diff, 423 bytes (added by isaacchapman, 13 years ago)

ms-files.php.diff

  • wp-includes/ms-files.php

     
    1414if( !is_multisite() )
    1515        die( 'Multisite support not enabled' );
    1616
     17if ( defined( 'SUNRISE_MS_FILES' ) )
     18        include_once( WP_CONTENT_DIR . '/sunrise_ms_files.php' );
     19
    1720ms_file_constants();
    1821
    1922error_reporting( 0 );