Make WordPress Core


Ignore:
Timestamp:
06/29/2014 10:11:44 PM (10 years ago)
Author:
wonderboymusic
Message:

Use the WPINC constant when loading class-phpass.php

Props wojtek.szkutnik
See #14157.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r28899 r28903  
    695695        return true;
    696696
    697     require_once ABSPATH . 'wp-includes/class-phpass.php';
     697    require_once ABSPATH . WPINC . '/class-phpass.php';
    698698    $hasher = new PasswordHash( 8, true );
    699699
Note: See TracChangeset for help on using the changeset viewer.