X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8a06f4f9392d1ac373442f82ee40428a3cb81395..67ba21ec17b4640df9bbe7701072d10ab2b05b63:/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)