Ticket #24143: 24143.diff
| File 24143.diff, 464 bytes (added by , 12 years ago) |
|---|
-
wp-settings.php
diff --git wp-settings.php wp-settings.php index 236615b..9146082 100644
create_initial_post_types(); 204 204 205 205 // Register the default theme directory root 206 206 register_theme_directory( get_theme_root() ); 207 if ( WP_CONTENT_DIR != ABSPATH . 'wp-content/themes' ) { 208 register_theme_directory( ABSPATH . 'wp-content/themes' ); 209 } 207 210 208 211 // Load active plugins. 209 212 foreach ( wp_get_active_and_valid_plugins() as $plugin )