Changeset 1323
- Timestamp:
- 06/09/08 11:14:46 (6 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r1322 r1323 233 233 define( "UPLOADS", "wp-content/blogs.dir/{$wpdb->blogid}/files/" ); 234 234 235 if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of WP being loaded, we just want the basics236 return;237 238 235 require (ABSPATH . WPINC . '/classes.php'); 239 236 require (ABSPATH . WPINC . '/plugin.php'); 240 237 require (ABSPATH . WPINC . '/default-filters.php'); 238 239 if( defined( "SHORTINIT" ) && constant( "SHORTINIT" ) == true ) // stop most of WP being loaded, we just want the basics 240 return; 241 241 242 include_once(ABSPATH . WPINC . '/streams.php'); 242 243 include_once(ABSPATH . WPINC . '/gettext.php');
