Changeset 7421
- Timestamp:
- 03/20/08 19:56:37 (7 months ago)
- Files:
-
- trunk/wp-includes/class-phpass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/class-phpass.php
r6777 r7421 49 49 $this->portable_hashes = $portable_hashes; 50 50 51 $this->random_state = microtime() . getmypid(); 51 $this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE); 52 52 53 } 53 54
