Skip to content

Commit 891d076

Browse files
authored
Add WP_CONTENT_DIR constant (#216)
1 parent f7ff091 commit 891d076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
define('EMPTY_TRASH_DAYS', 30 * 86400);
1414
define('SCRIPT_DEBUG', false);
1515
define('WP_LANG_DIR', './');
16+
define('WP_CONTENT_DIR', './');
1617

1718
// Constants for expressing human-readable intervals.
1819
define('MINUTE_IN_SECONDS', 60);

0 commit comments

Comments
 (0)