Changeset 2703 for trunk/wp-settings.php
- Timestamp:
- 07/11/2005 10:39:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r2701 r2703 75 75 76 76 $wpdb->hide_errors(); 77 if ( !update_ user_cache() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) {77 if ( !update_category_cache() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) { 78 78 if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') ) 79 79 $link = 'install.php'; … … 86 86 require (ABSPATH . WPINC . '/functions-formatting.php'); 87 87 require (ABSPATH . WPINC . '/functions-post.php'); 88 require (ABSPATH . WPINC . '/capabilities.php'); 88 89 require (ABSPATH . WPINC . '/classes.php'); 89 90 require (ABSPATH . WPINC . '/template-functions-general.php'); … … 161 162 $wp_rewrite = new WP_Rewrite(); 162 163 $wp = new WP(); 164 $wp_roles = new WP_Roles(); 163 165 164 166 // Everything is loaded and initialized.
Note: See TracChangeset
for help on using the changeset viewer.