Changeset 8600 for trunk/wp-includes/class-phpass.php
- Timestamp:
- 08/09/08 05:36:14 (4 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
r8082 r8600 51 51 52 52 $this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE); 53 53 54 54 } 55 55
