The $items array can contain non-numeric keys and throws warning in PHP71. The loop in /adaptivetheme/at_core/inc line 233 assumes that $i is numeric when it may not be. An additional counter variable should be added instead.

Comments

webservant316 created an issue.