Changeset 8600 for trunk/wp-includes/class-phpass.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.