From 0a6ee2ab3aaf21a28584bf02d5353c97c46bfeaa Mon Sep 17 00:00:00 2001 From: Erik Golinelli Date: Sun, 7 Jan 2024 22:45:55 +0100 Subject: [PATCH] Update core/CF7_Antispam_Service.php --- core/CF7_Antispam_Service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CF7_Antispam_Service.php b/core/CF7_Antispam_Service.php index 5e1370a..c437ff2 100644 --- a/core/CF7_Antispam_Service.php +++ b/core/CF7_Antispam_Service.php @@ -250,7 +250,7 @@ public function display( $action = '' ) { // Display the form echo '
'; echo '
'; - echo sprintf( '', $checked ? __( 'Disable', 'cf7-antispam' ) : __( 'Enable', 'cf7-antispam' ) ); + printf( '', $checked ? __( 'Disable', 'cf7-antispam' ) : __( 'Enable', 'cf7-antispam' ) ); if ( $checked ) { echo 'Settings Page'; }