Skip to content

Commit

Permalink
Add SCRIPT_DEBUG as dynamic constant (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Apr 8, 2023
1 parent 42bca31 commit 534f266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
define('WP_DEBUG_LOG', true);
define('WPMU_PLUGIN_DIR', './');
define('EMPTY_TRASH_DAYS', 30 * 86400);
define('SCRIPT_DEBUG', false);

// Constants for expressing human-readable intervals.
define('MINUTE_IN_SECONDS', 60);
Expand Down
1 change: 1 addition & 0 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ parameters:
- WP_CLI
- COOKIE_DOMAIN
- SAVEQUERIES
- SCRIPT_DEBUG
earlyTerminatingFunctionCalls:
- wp_die
- wp_send_json
Expand Down

0 comments on commit 534f266

Please sign in to comment.