Remove version number from the widget
[MAILPOET-4474]
This commit is contained in:
@@ -31,7 +31,7 @@ class Widget extends \WP_Widget {
|
|||||||
public function __construct() {
|
public function __construct() {
|
||||||
parent::__construct(
|
parent::__construct(
|
||||||
'mailpoet_form',
|
'mailpoet_form',
|
||||||
__('MailPoet 3 Form', 'mailpoet'),
|
__('MailPoet Form', 'mailpoet'),
|
||||||
['description' => __('Add a newsletter subscription form', 'mailpoet')]
|
['description' => __('Add a newsletter subscription form', 'mailpoet')]
|
||||||
);
|
);
|
||||||
$this->wp = new WPFunctions;
|
$this->wp = new WPFunctions;
|
||||||
|
Reference in New Issue
Block a user