Make WordPress Core


Ignore:
Timestamp:
09/03/2011 04:02:41 PM (15 years ago)
Author:
duck_
Message:

Fix typos in documentation (wp-includes/[a-h]). See #18560.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-phpass.php

    r17678 r18633  
    5050        $this->portable_hashes = $portable_hashes;
    5151
    52         $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compability reasons
     52        $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compatibility reasons
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.