Commit ee10b5a
committed
Add STATIC_DEPLOY_WP_ORG_MODE constant
There are some functions that are required for
wordpress.org that are simply bad choices. Create
a constant to control the use of these bad choices
so that we can enable them for WP.org builds
but completely remove from other builds.
Functions that actually have some value should
be gated by other constants.1 parent e5da180 commit ee10b5a
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments