You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want anything defined in root
constants.php because I have rector doing some
aggressive dead code elimination based on those
constants.
- Move wp-org/constants.php to release/wp-org/...
- Move constants.php to release/github/... and
leave root constants.php with no defs.
- Update flake.nix to use these new paths
This lets the GitHub build do dead code
elimination to remove unneeded WP functions.
0 commit comments