chipbennett / oenology

WordPress Theme Oenology
62 stars 10 forks source link

PHP4 Widget Constructors Deprecated in WP 4.3 #137

Closed chipbennett closed 8 years ago

chipbennett commented 8 years ago

Let's fix this, since it's almost a year old:

The called constructor method for WP_Widget in oenology_widget_categories is deprecated since version 4.3.0! Use __construct()

Replace $this->WP_Widget() with parent::__construct() in theme custom Widgets, in functions\widgets.php.