Remove unused starify function. Props josephscott. fixes #6634 for trunk

git-svn-id: http://svn.automattic.com/wordpress/trunk@7617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-04-07 21:13:48 +00:00
parent 27167db9c3
commit 4e1465b8d9
1 changed files with 0 additions and 5 deletions

View File

@ -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) )