mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 05:01:35 +01:00
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:
parent
27167db9c3
commit
4e1465b8d9
@ -61,11 +61,6 @@ function logIO($io,$msg) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function starify($string) {
|
|
||||||
$i = strlen($string);
|
|
||||||
return str_repeat('*', $i);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( isset($HTTP_RAW_POST_DATA) )
|
if ( isset($HTTP_RAW_POST_DATA) )
|
||||||
logIO("I", $HTTP_RAW_POST_DATA);
|
logIO("I", $HTTP_RAW_POST_DATA);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user