Remove version number from the widget

[MAILPOET-4474]
This commit is contained in:
Pavel Dohnal
2022-09-07 13:06:07 +02:00
committed by Veljko V
parent 279ffc311c
commit 941e443c22

View File

@@ -31,7 +31,7 @@ class Widget extends \WP_Widget {
public function __construct() {
parent::__construct(
'mailpoet_form',
__('MailPoet 3 Form', 'mailpoet'),
__('MailPoet Form', 'mailpoet'),
['description' => __('Add a newsletter subscription form', 'mailpoet')]
);
$this->wp = new WPFunctions;