From b399d2fc8928db33741fd8b7e8a1128cc04caf4f Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Fri, 17 Feb 2023 14:08:26 +0200 Subject: [PATCH] Update format of elementor template. --- .../wordpress/templates/helpers/Template_Elementor_Widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/wordpress/templates/helpers/Template_Elementor_Widget.php b/platforms/wordpress/templates/helpers/Template_Elementor_Widget.php index 74ef4ef..10125ac 100644 --- a/platforms/wordpress/templates/helpers/Template_Elementor_Widget.php +++ b/platforms/wordpress/templates/helpers/Template_Elementor_Widget.php @@ -40,7 +40,7 @@ class <%= blockClassModel %>_Elementor_Widget extends \Elementor\Widget_Base { } public static function prepare( $args ): array { - // Prepare $args for render function. + // Prepare $args for render function. return $args; } }