X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..4f4e083f6f77639c41e2b1ddb200de8e34301cee:/wp-includes/class-phpass.php diff --git a/wp-includes/class-phpass.php b/wp-includes/class-phpass.php index 70f9bdf5..93f4536c 100644 --- a/wp-includes/class-phpass.php +++ b/wp-includes/class-phpass.php @@ -50,7 +50,7 @@ class PasswordHash { $this->portable_hashes = $portable_hashes; $this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE); - + } function get_random_bytes($count)