mirror of
https://github.com/friendica/friendica
synced 2025-04-25 03:50:12 +00:00
notags calls
implement removeTags function
This commit is contained in:
parent
991f259ecb
commit
a0f65ca7a1
51 changed files with 274 additions and 232 deletions
|
@ -44,7 +44,7 @@ class Strings
|
|||
* @param string $string Input string
|
||||
* @return string Filtered string
|
||||
*/
|
||||
public static function removeTags($string) // notags()
|
||||
public static function removeTags($string)
|
||||
{
|
||||
return str_replace(["<", ">"], ['[', ']'], $string);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue