Add rule for concatenation operator spacing
[MAILPOET-2090]
This commit is contained in:
@@ -56,7 +56,7 @@ class Widget extends \WP_Widget {
|
||||
WPFunctions::get()->wpPrintScripts('jquery');
|
||||
WPFunctions::get()->wpPrintScripts('mailpoet_vendor');
|
||||
WPFunctions::get()->wpPrintScripts('mailpoet_public');
|
||||
echo '<script src="'.self::RECAPTCHA_API_URL.'" async defer></script>';
|
||||
echo '<script src="' . self::RECAPTCHA_API_URL . '" async defer></script>';
|
||||
$scripts = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
|
Reference in New Issue
Block a user