Changeset 2
- Timestamp:
- 07/12/05 12:00:43 (3 years ago)
- Files:
-
- trunk/wp-inst/wp-settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-inst/wp-settings.php
r1 r2 124 124 125 125 $wpdb->hide_errors(); 126 if ( !update_ user_cache() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) {126 if ( !update_category_cache() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) { 127 127 if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') ) 128 128 $link = 'install.php'; … … 135 135 require (ABSPATH . WPINC . '/functions-formatting.php'); 136 136 require (ABSPATH . WPINC . '/functions-post.php'); 137 require (ABSPATH . WPINC . '/capabilities.php'); 137 138 require (ABSPATH . WPINC . '/classes.php'); 138 139 require (ABSPATH . WPINC . '/template-functions-general.php'); … … 215 216 $wp_rewrite = new WP_Rewrite(); 216 217 $wp = new WP(); 218 $wp_roles = new WP_Roles(); 217 219 218 220 // Everything is loaded and initialized.
