Make WordPress Core


Ignore:
Timestamp:
12/20/2007 10:28:54 PM (17 years ago)
Author:
westi
Message:

Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon.

File:
1 edited

Legend:

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

    r6350 r6440  
    11<?php
     2/**
     3 * Portable PHP password hashing framework.
     4 * @package phpass
     5 * @since 2.4
     6 * @version 0.1
     7 * @link http://www.openwall.com/phpass/
     8 */
     9
    210#
    311# Portable PHP password hashing framework.
Note: See TracChangeset for help on using the changeset viewer.