- Issue created by @acbramley
- 🇨🇭Switzerland berdir Switzerland
the constants are passed to the mark template. They are defined by it and that's why they are in theme.inc. both node and history module are just using them, not owning them.
That makes BC really challenging with an enum and moving it, we'd need completely deprecate and replace the theme hook, but that would break anyone using it.
- 🇦🇺Australia acbramley
the constants are passed to the mark template
Oh gosh I didn't realise that, I hadn't done a full grep for the constants just a CTRL+Click in PHPStorm to find usages of it.