tribe-common
tribe-common copied to clipboard
Fixes two things that have been bugging me.
- Don't try to use a variable - even a global one, if you're not sure it exists: https://d.pr/i/csHDnQ a. fixed: https://d.pr/i/83wUtF b. really fixed: https://d.pr/i/UNiaiZ
- implode() is separator, array - use them in that order.
Neither of these need QA - they just prevent warnings about our code.