Changeset 1335

Show
Ignore:
Timestamp:
06/24/08 14:44:11 (2 months ago)
Author:
donncha
Message:

When installing, disable the option cache, fixes #663

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/functions.php

    r1328 r1335  
    283283        global $_wp_alloptions; 
    284284        global $blog_id; 
     285         
     286        if( defined( 'WP_INSTALLING' ) ) 
     287                return false; 
    285288 
    286289        wp_load_alloptions();