Changeset 26868 for trunk/src/wp-includes/class-phpass.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-phpass.php
r24457 r26868 3 3 * Portable PHP password hashing framework. 4 4 * @package phpass 5 * @since 2.5 5 * @since 2.5.0 6 6 * @version 0.3 / WordPress 7 7 * @link http://www.openwall.com/phpass/ … … 32 32 * @version 0.3 / WordPress 33 33 * @link http://www.openwall.com/phpass/ 34 * @since 2.5 34 * @since 2.5.0 35 35 */ 36 36 class PasswordHash {
Note: See TracChangeset
for help on using the changeset viewer.