X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..refs/tags/wordpress-2.8-scripts:/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)