Skip to content

Commit 3a8e8a9

Browse files
authored
Add WP_LANG_DIR constant (#212)
1 parent 6bbffec commit 3a8e8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bootstrap.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
define('WPMU_PLUGIN_DIR', './');
1313
define('EMPTY_TRASH_DAYS', 30 * 86400);
1414
define('SCRIPT_DEBUG', false);
15+
define('WP_LANG_DIR', './');
1516

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

0 commit comments

Comments
 (0)