Commit 2bff4f6
Prevent PHP warning in WP Super Cache by avoiding redefining the DONOTCACHEPAGE constant (#41972)
* Avoid redefining constants if they are already defined, as doing so triggers a PHP warning.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14086460701
Upstream-Ref: Automattic/jetpack@43d27fd1 parent 186634a commit 2bff4f6
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments