Skip to content

Commit 534f266

Browse files
authored
Add SCRIPT_DEBUG as dynamic constant (#174)
1 parent 42bca31 commit 534f266

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
define('WP_DEBUG_LOG', true);
1111
define('WPMU_PLUGIN_DIR', './');
1212
define('EMPTY_TRASH_DAYS', 30 * 86400);
13+
define('SCRIPT_DEBUG', false);
1314

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

extension.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ parameters:
122122
- WP_CLI
123123
- COOKIE_DOMAIN
124124
- SAVEQUERIES
125+
- SCRIPT_DEBUG
125126
earlyTerminatingFunctionCalls:
126127
- wp_die
127128
- wp_send_json

0 commit comments

Comments
 (0)