Make WordPress Core


Ignore:
Timestamp:
02/05/2010 09:40:22 PM (15 years ago)
Author:
wpmuguru
Message:

restore shell wp-content/blogs.php & add deprecated warnings, props nacin, see #11742

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-files.php

    r12936 r12977  
    11<?php
    22/**
    3  * Load mulitsite uploaded media
     3 * Multisite upload handler.
    44 *
    55 * @since 3.0.0
     
    99 */
    1010
    11 define( 'SHORTINIT', true );
    12 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
     11if ( ! defined( 'SHORTINIT' ) ) {
     12    define( 'SHORTINIT', true );
     13    require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
     14}
     15
    1316ms_default_constants( 'ms-files' );
    1417
Note: See TracChangeset for help on using the changeset viewer.