diff --git a/bootstrap.php b/bootstrap.php index a1c6a4c..8fc80b7 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -13,6 +13,7 @@ define('EMPTY_TRASH_DAYS', 30 * 86400); define('SCRIPT_DEBUG', false); define('WP_LANG_DIR', './'); +define('WP_CONTENT_DIR', './'); // Constants for expressing human-readable intervals. define('MINUTE_IN_SECONDS', 60);