Changeset 18450
- Timestamp:
- 07/21/2011 07:37:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r18375 r18450 92 92 define( 'MULTISITE', false ); 93 93 } 94 95 register_shutdown_function( 'shutdown_action_hook' ); 94 96 95 97 // Stop most of WordPress from being loaded if we just want the basics. … … 288 290 require_if_theme_supports( 'post-thumbnails', ABSPATH . WPINC . '/post-thumbnail-template.php' ); 289 291 290 register_shutdown_function( 'shutdown_action_hook' );291 292 292 // Set up current user. 293 293 $wp->init();
Note: See TracChangeset
for help on using the changeset viewer.