Whitespace fixes
This commit is contained in:
parent
71b61a25b7
commit
52dc3a4b55
1 changed files with 2 additions and 3 deletions
|
|
@ -3331,9 +3331,8 @@ function wfCountDown( $n ) {
|
|||
* characters before hashing.
|
||||
*/
|
||||
function wfGenerateToken( $salt = '' ) {
|
||||
$salt = serialize( $salt );
|
||||
|
||||
return md5( mt_rand( 0, 0x7fffffff ) . $salt );
|
||||
$salt = serialize( $salt );
|
||||
return md5( mt_rand( 0, 0x7fffffff ) . $salt );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue