Ticket #23690: 23690.diff
File 23690.diff, 433 bytes (added by , 12 years ago) |
---|
-
includes/bootstrap.php
diff --git includes/bootstrap.php includes/bootstrap.php index 7ebe627..e917496 100644
if ( $multisite ) { 57 57 } 58 58 unset( $multisite ); 59 59 60 require dirname( __FILE__ ) . '/functions.php';60 require_once dirname( __FILE__ ) . '/functions.php'; 61 61 62 62 // Preset WordPress options defined in bootstrap file. 63 63 // Used to activate themes, plugins, as well as other settings.