diff --git a/src/wp-includes/class-smtp.php b/src/wp-includes/class-smtp.php index e6b45222d8..eddc9916ef 100644 --- a/src/wp-includes/class-smtp.php +++ b/src/wp-includes/class-smtp.php @@ -409,7 +409,7 @@ class SMTP // 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 $b = 64; // byte length for md5 if (strlen($key) > $b) {