Skip to content

Invalid instantiation of PasswordHash #183

Description

@johnbillion

This line is invalid and won't correctly instantiate PasswordHash. It will likely produce a fatal error because PasswordHash is a class name, not a function name.

$wp_hasher = PasswordHash(8, true);

It's missing the new keyword.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions