tommcfarlin/WordPress-Widget-Boilerplate

ID class variable?

slushman opened this issue · 1 comments

In widget(), there's a call for the ID class variable (line 125), but I'm not seeing that variable set anywhere. Is that supposed to be the widget_slug? Submitting a pull request.

Closing. I believe this is a reference to the parent class variable "ID". See wp-includes/class-wp-widget.php, lines 73 & 254.