kraftbj / genesis-enews-extended

WordPress widget to provide additional functionality to the Genesis eNews widget.
https://kraft.blog/genesis-enews-extended/
Other
12 stars 15 forks source link

Use parent::__construct() instead of $this->WP_Widget #19

Closed GaryJones closed 11 years ago

GaryJones commented 11 years ago

In the widget constructors, instead of calling the PHP4 constructor ($this->WP_Widget(...)) with the arguments, which WP passes on to the WP_Widget::__construct() method anyway, you can just call parent::__construct(...) and save this small redirection.

kraftbj commented 11 years ago

Fixed in SHA: 961d60f885d759ec2c87a26aea9b894994fc3b62