| @@ -31,12 +31,12 @@ | ||
| 31 | 31 | 'width' => 300, |
| 32 | 32 | 'height' => 350, |
| 33 | 33 | 'id_base' => 'easy-opt-in-widget', |
| 34 | 34 | ); |
| 35 | - | |
| 36 | - $this->WP_Widget( | |
| 35 | + | |
| 36 | + parent::__construct( | |
| 37 | 37 | 'easy-opt-in-widget' |
| 38 | - , 'Optin Cat Sidebar Widget' | |
| 38 | + , 'Sidebar Optin Form (Optin Cat)' | |
| 39 | 39 | , $widget_ops, $control_ops |
| 40 | 40 | ); |
| 41 | 41 | } |
| 42 | 42 | |