Skip to content

Commit f0e5061

Browse files
committed
Add WPMU_PLUGIN_DIR
1 parent f76f37f commit f0e5061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
define( 'ABSPATH', './' );
55
define( 'WP_DEBUG', true );
66
define( 'WP_DEBUG_LOG', true );
7+
// There is no core function to read WPMU_PLUGIN_DIR.
8+
define( 'WPMU_PLUGIN_DIR', './' );
79
define( 'MINUTE_IN_SECONDS', 60 );
810
define( 'HOUR_IN_SECONDS', 60 * MINUTE_IN_SECONDS );
911
define( 'DAY_IN_SECONDS', 24 * HOUR_IN_SECONDS );

0 commit comments

Comments
 (0)