Changeset 1297
- Timestamp:
- 05/19/08 15:04:49 (4 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r1267 r1297 248 248 $wpdb->usermeta = CUSTOM_USER_META_TABLE; 249 249 250 if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )250 if ( !defined( 'WP_INSTALLING' ) && file_exists(ABSPATH . 'wp-content/object-cache.php') ) 251 251 require_once (ABSPATH . 'wp-content/object-cache.php'); 252 252 else
