Make WordPress Core


Ignore:
Timestamp:
02/28/2010 08:29:24 PM (16 years ago)
Author:
nacin
Message:

Remove wp-content/blogs.php and add deprecated warning for MU admins. fixes #11742

File:
1 edited

Legend:

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

    r13255 r13514  
    99 */
    1010
    11 if ( ! defined( 'SHORTINIT' ) ) {
    12     define( 'SHORTINIT', true );
    13     require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
    14 }
     11define( 'SHORTINIT', true );
     12require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
    1513
    16 ms_file_constants( );
     14ms_file_constants();
    1715
    1816error_reporting( 0 );
Note: See TracChangeset for help on using the changeset viewer.