mirror of
https://github.com/friendica/friendica
synced 2024-12-23 02:00:17 +00:00
Remove unused function qp()
This commit is contained in:
parent
5843a80b6c
commit
2c31916757
1 changed files with 0 additions and 10 deletions
|
@ -17,16 +17,6 @@ function activity_match($haystack,$needle) {
|
|||
return (($haystack === $needle) || ((basename($needle) === $haystack) && strstr($needle, NAMESPACE_ACTIVITY_SCHEMA)));
|
||||
}
|
||||
|
||||
/**
|
||||
* quick and dirty quoted_printable encoding
|
||||
*
|
||||
* @param string $s
|
||||
* @return string
|
||||
*/
|
||||
function qp($s) {
|
||||
return str_replace("%", "=", rawurlencode($s));
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Given a text string, convert from bbcode to html and add smilie icons.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue