Changeset 1116
- Timestamp:
- 10/22/07 11:41:25 (1 year ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r1069 r1116 188 188 if( !defined( "UPLOADS" ) ) 189 189 define( "UPLOADS", "wp-content/blogs.dir/{$wpdb->blogid}/files/" ); 190 if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of WP being loaded, we just want the basics191 return;192 190 193 191 require (ABSPATH . WPINC . '/classes.php'); 194 192 require (ABSPATH . WPINC . '/plugin.php'); 195 193 require (ABSPATH . WPINC . '/default-filters.php'); 194 195 if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of WP being loaded, we just want the basics 196 return; 197 196 198 include_once(ABSPATH . WPINC . '/streams.php'); 197 199 include_once(ABSPATH . WPINC . '/gettext.php');
