Remove unused starify function. Props josephscott. fixes #6634 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7617 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
33520df2b6
commit
7b825a3086
@ -59,11 +59,6 @@ function logIO($io,$msg) {
|
||||
fclose($fp);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function starify($string) {
|
||||
$i = strlen($string);
|
||||
return str_repeat('*', $i);
|
||||
}
|
||||
|
||||
if ( isset($HTTP_RAW_POST_DATA) )
|
||||
|
Loading…
Reference in New Issue
Block a user