Skip to content

Commit

Permalink
Merge pull request #36 from skaut/SCRIPT_DEBUG
Browse files Browse the repository at this point in the history
SCRIPT_DEBUG
  • Loading branch information
marekdedic authored Aug 26, 2020
2 parents 02e6b95 + 58e0101 commit d11629c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/WordPress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
*/
const DAY_IN_SECONDS = 0;

/**
* @var bool
*/
const SCRIPT_DEBUG = __LINE__ === 0;

/**
* @param string $text
* @param string $domain
Expand Down

0 comments on commit d11629c

Please sign in to comment.