Changeset 673
- Timestamp:
- 07/13/06 10:50:45 (2 years ago)
- Files:
-
- trunk/index-install.php (modified) (1 diff)
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r659 r673 434 434 populate_options(); 435 435 do_htaccess( 'htaccess.dist', '.htaccess', $base, ''); 436 printheader();437 436 step3(); 438 437 break; trunk/wp-settings.php
r667 r673 267 267 $wp = new WP(); 268 268 269 validate_current_theme(); 269 if( defined( "WP_INSTALLING" ) == false ) 270 validate_current_theme(); 270 271 define('TEMPLATEPATH', get_template_directory()); 271 272
