Make WordPress Core


Ignore:
Timestamp:
08/26/2016 05:39:37 PM (8 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-settings.php

    r38364 r38371  
    9696require( ABSPATH . WPINC . '/class-wp-error.php' );
    9797require( ABSPATH . WPINC . '/pomo/mo.php' );
     98require( ABSPATH . WPINC . '/class-phpass.php' );
    9899
    99100// Include the wpdb class and, if present, a db.php database drop-in.
Note: See TracChangeset for help on using the changeset viewer.