Changeset 673

Show
Ignore:
Timestamp:
07/13/06 10:50:45 (2 years ago)
Author:
donncha
Message:

Only show one logo on last install page.
Fix theme update_options() bug in install (#80)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index-install.php

    r659 r673  
    434434                populate_options(); 
    435435                do_htaccess( 'htaccess.dist', '.htaccess', $base, ''); 
    436                 printheader(); 
    437436                step3(); 
    438437        break; 
  • trunk/wp-settings.php

    r667 r673  
    267267$wp         = new WP(); 
    268268 
    269 validate_current_theme(); 
     269if( defined( "WP_INSTALLING" ) == false ) 
     270        validate_current_theme(); 
    270271define('TEMPLATEPATH', get_template_directory()); 
    271272