Currently, within the widget.php file, there's a couple methods with variables unmodified and simply just multiple copies of separate parts of the instance array. For example...
Since #151 resulted in a better method to handling the instance array. Many of these separate variables usage can be changed to the instance array. Cleaning it up would make it less confusing, save on memory, and allow better looping.
Currently, within the widget.php file, there's a couple methods with variables unmodified and simply just multiple copies of separate parts of the instance array. For example...
Since #151 resulted in a better method to handling the instance array. Many of these separate variables usage can be changed to the instance array. Cleaning it up would make it less confusing, save on memory, and allow better looping.