From 9bbeb391dc89c22fb057292cf6aee6e7ba4709d3 Mon Sep 17 00:00:00 2001 From: Torsten Landsiedel Date: Thu, 11 Sep 2014 13:03:36 +0200 Subject: [PATCH] Remove "hacked" from "hacked by Lance Rushing" Remove "hacked" from "hacked by Lance Rushing", because it is a false positive for some malware scanner who check for the string "hacked by". See also: https://core.trac.wordpress.org/ticket/27946 --- class.smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.smtp.php b/class.smtp.php index fecb75e00..2b76960e3 100644 --- a/class.smtp.php +++ b/class.smtp.php @@ -441,7 +441,7 @@ protected function hmac($data, $key) // RFC 2104 HMAC implementation for php. // Creates an md5 HMAC. // Eliminates the need to install mhash to compute a HMAC - // Hacked by Lance Rushing + // by Lance Rushing $bytelen = 64; // byte length for md5 if (strlen($key) > $bytelen) {