Browse Source
Two changes: 1. Documented previously undocumented 'encode' item option. 2. Moved `is_string($item)` check to occur BEFORE `$item` is handled as array. When `$item` is a string `$item['visible']` would not be an error and will return the first character of that string. Doing `!$item['visible']` on the first character of a string does not make any sense.tags/2.0.7
PowerGamer1
8 years ago
committed by
Alexander Makarov
1 changed files with 5 additions and 4 deletions
Loading…
Reference in new issue