Changeset 1408

Show
Ignore:
Timestamp:
08/04/08 13:41:20 (4 months ago)
Author:
donncha
Message:

Use wp-load.php instead of wp-config.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/blogs.php

    r1149 r1408  
    11<?php 
    22define( 'SHORTINIT', true ); // this prevents most of WP from being loaded 
    3 require_once( dirname( dirname( __FILE__) ) . '/wp-config.php' ); // absolute includes are faster 
     3require_once( dirname( dirname( __FILE__) ) . '/wp-load.php' ); // absolute includes are faster 
    44 
    55if ( $current_blog->archived == '1' || $current_blog->spam == '1' || $current_blog->deleted == '1' ) {