diff --git a/classes/SlideshowPluginWidget.php b/classes/SlideshowPluginWidget.php index ce2bc12..eff9764 100644 --- a/classes/SlideshowPluginWidget.php +++ b/classes/SlideshowPluginWidget.php @@ -15,7 +15,7 @@ class SlideshowPluginWidget extends WP_Widget * * @since 1.2.0 */ - function SlideshowPluginWidget() + public function __construct() { // Settings $options = array( @@ -152,4 +152,4 @@ static function registerWidget() { register_widget(__CLASS__); } -} \ No newline at end of file +}