Show
Ignore:
Timestamp:
06/14/08 16:36:13 (4 months ago)
Author:
westi
Message:

Updated phpdoc for external libs. See #7038 props jacobsantos.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/class-phpass.php

    r7421 r8082  
    99 
    1010# 
    11 # Portable PHP password hashing framework. 
    12 # 
    13 # Version 0.1 / genuine. 
    14 # 
    1511# Written by Solar Designer <solar at openwall.com> in 2004-2006 and placed in 
    1612# the public domain. 
    1713# 
    1814# There's absolutely no warranty. 
    19 # 
    20 # The homepage URL for this framework is: 
    21 # 
    22 #   http://www.openwall.com/phpass/ 
    2315# 
    2416# Please be sure to update the Version line if you edit this file in any way. 
     
    3325# requirements (there can be none), but merely suggestions. 
    3426# 
     27 
     28/** 
     29 * Portable PHP password hashing framework. 
     30 * 
     31 * @package phpass 
     32 * @version 0.1 / genuine 
     33 * @link http://www.openwall.com/phpass/ 
     34 * @since 2.5 
     35 */ 
    3536class PasswordHash { 
    3637    var $itoa64;