]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-smtp.php
WordPress 4.1.1-scripts
[autoinstalls/wordpress.git] / wp-includes / class-smtp.php
index e6b45222d8d46fc9e9137cd340ee664667e57333..eddc9916ef9f457e5e01b1e6255254177bffb248 100644 (file)
@@ -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
         // 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) {
 
         $b = 64; // byte length for md5
         if (strlen($key) > $b) {