Closed StevenDufresne closed 1 year ago
I was thinking of things like this:
That particular one probably won't need anything, since that file wont be loaded on the Events network (see #907), but it seems like a good idea to check the codebase for anything that might need to be aware of the fact that now we have an additional domain being served. If there's code that isn't aware, it might do something we don't expect in this new context.
Ah right. I spaced on the fact that its events.wordpress.org
not events.wordcamp.org
. 😵💫
Is it possible to fix these errors as we find them? I like being proactive but i think if we focus on adding relevant tests, we should bring these to light?
That works for me 👍🏻
@iandunn What type of hardcoded strings are you thinking here? I'm not certain I follow which strings would need updating. Since we only changed the subdomain, I think anything that points back to
wordcamp.org
is fine? Do you mind providing some brief context?