Ticket #29772: 29772.diff
| File 29772.diff, 463 bytes (added by , 12 years ago) |
|---|
-
wp-settings.php
diff --git a/wp-settings.php b/wp-settings.php index 9795971..bc4a6a2 100644
a b register_theme_directory( get_theme_root() ); 212 212 // Load active plugins. 213 213 foreach ( wp_get_active_and_valid_plugins() as $plugin ) { 214 214 wp_register_plugin_realpath( $plugin ); 215 include_once( $plugin ); 215 216 if( 'plugins.php' != basename( $_SERVER['SCRIPT_NAME'] ) ) { 217 include_once( $plugin ); 218 } 216 219 } 217 220 unset( $plugin ); 218 221
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)