~ubuntu-branches/debian/jessie/wordpress/jessie

« back to all changes in this revision

Viewing changes to wp-includes/class-phpass.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-04-17 20:56:19 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20140417205619-nurbet6eho4yvwfv
Tags: 3.9+dfsg-1
* New upstream release
* 3.9 seems to handle different locations for plugins so the
  plugin directory handling patches have been cut back.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/**
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/
8
8
 */
31
31
 * @package 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 {
37
37
        var $itoa64;