Changeset 4211

Show
Ignore:
Timestamp:
09/23/06 06:02:45 (2 years ago)
Author:
ryan
Message:

Don't reset cookies if INSTALLING.

Files:

Legend:

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

    r4210 r4211  
    20172017function update_home_siteurl($old_value, $value) { 
    20182018    global $wp_rewrite, $user_login, $user_pass_md5; 
     2019 
     2020    if ( defined("WP_INSTALLING") ) 
     2021        return; 
     2022 
    20192023    // If home changed, write rewrite rules to new location. 
    20202024    $wp_rewrite->flush_rules();