Changeset 1408
- Timestamp:
- 08/04/08 13:41:20 (4 months ago)
- Files:
-
- trunk/wp-content/blogs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/blogs.php
r1149 r1408 1 1 <?php 2 2 define( 'SHORTINIT', true ); // this prevents most of WP from being loaded 3 require_once( dirname( dirname( __FILE__) ) . '/wp- config.php' ); // absolute includes are faster3 require_once( dirname( dirname( __FILE__) ) . '/wp-load.php' ); // absolute includes are faster 4 4 5 5 if ( $current_blog->archived == '1' || $current_blog->spam == '1' || $current_blog->deleted == '1' ) {
