• #dev 2016-10-05
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2016-10-05 UTC
# 15:13
KevinMarks
The [] thing was a workaround for php (and Ruby maybe) not handling duplicate values right. Url?foo=1&foo=2 means foo=["1", "2"] but php makes it foo="2"