Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/compat.php

    r6672 r6726  
    7070    else if (strlen($key) < 64)
    7171        $key = str_pad($key, 64, chr(0));
    72        
     72
    7373    $ipad = (substr($key, 0, 64) ^ str_repeat(chr(0x36), 64));
    7474    $opad = (substr($key, 0, 64) ^ str_repeat(chr(0x5C), 64));
Note: See TracChangeset for help on using the changeset viewer.