Make WordPress Core


Ignore:
Timestamp:
08/26/2016 05:39:37 PM (9 years ago)
Author:
wonderboymusic
Message:

Load: load class-phpass.php (PasswordHash class) early in wp-settings.php, instead of require_once()'ing it in several places.

See #36335.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r38307 r38371  
    440440    }
    441441
    442     require_once ABSPATH . WPINC . '/class-phpass.php';
    443442    $hasher = new PasswordHash( 8, true );
    444443
Note: See TracChangeset for help on using the changeset viewer.