You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__( '<strong>Super-charge WordPress Zero Spam with a <a href="%s" target="_blank" rel="noopener noreferrer">Zero Spam API License</a>.</strong>', 'zero-spam' ),
@@ -85,7 +85,7 @@ public function dashboard_widget() {
85
85
?>
86
86
</h3>
87
87
<?php
88
-
echosprintf(
88
+
printf(
89
89
wp_kses(
90
90
/* translators: %s: Zero Spam API link */
91
91
__( '<p><strong>Enable enhanced protection</strong> and super-charge your site with the power of a global detection network that monitors traffic and usage in real-time to detect malicious activity.</p>', 'zero-spam' ),
@@ -133,7 +133,7 @@ public function admin_notices() {
133
133
'content' => sprintf(
134
134
wp_kses(
135
135
/* translators: %1$s: Replaced with the Zero Spam settings page URL */
136
-
__( 'Zero Spam Enhanced Protection is currenlty enabled, but <strong>missing a valid license key</strong>. <a href="%1$s">Add your license key</a> to enable enhanced site protection.', 'zero-spam' ),
136
+
__( 'Zero Spam Enhanced Protection is currently enabled, but <strong>missing a valid license key</strong>. <a href="%1$s">Add your license key</a> to enable enhanced site protection.', 'zero-spam' ),
__( '<p>When using .htaccess & due to <a href="%s" target="_blank" rel="noreferrer noopener">character limit restrictions</a>, <strong>no more than 170 blocked IP addresses recommended</strong>.</p>', 'zero-spam' ),
310
333
array(
311
334
'strong' => array(),
312
-
'a' => array(
335
+
'a'=> array(
313
336
'target' => array(),
314
337
'href' => array(),
315
338
'rel' => array(),
@@ -331,15 +354,15 @@ public function dashboard_page() {
0 commit comments