Pending moderation
So, I've noticed that in many of my translations (if not all), it says "Author's comments: Array". How come and is it possible to remove them?
So, I've noticed that in many of my translations (if not all), it says "Author's comments: Array". How come and is it possible to remove them?
It's probably a bug and it has been reported to the admins already.
I saw this "Array" thing in many translations, including mine. It is weird but hoping soon it will be solved.
It's a common bug when a string is replaced by an array structure internally, yet still printed as if it were a string - most programming languages will render it as "Array" by default then (which means there is no serialization defined).
Bug fixed, sorry for inconvenience.
Thank you! :)