tribe-common icon indicating copy to clipboard operation
tribe-common copied to clipboard

Fixes two things that have been bugging me.

Open Camwyn opened this issue 1 year ago • 0 comments

  1. 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
  2. implode() is separator, array - use them in that order.

Neither of these need QA - they just prevent warnings about our code.

TEC-4453

Camwyn avatar Aug 15 '22 21:08 Camwyn