X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b3ddbea8a296025a672b3c3ddca158dc51ed8080..9c2096d803812dacbdf6cf8efe90053e39f00b96:/wp-includes/class-phpass.php?ds=sidebyside diff --git a/wp-includes/class-phpass.php b/wp-includes/class-phpass.php index ad474bcc..dcdf3803 100644 --- a/wp-includes/class-phpass.php +++ b/wp-includes/class-phpass.php @@ -49,7 +49,7 @@ class PasswordHash { $this->portable_hashes = $portable_hashes; - $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compability reasons + $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compatibility reasons } function get_random_bytes($count)