You are here

public function TagadelicTag::force_clean in Tagadelic 7.2

Flag $name and $description as safe. XSS-escaping and sanitizing is left to implementer. BEWARE! Only enforce when you know what you are doing. Seriously!

1 call to TagadelicTag::force_clean()
TagadelicTag::clean in ./TagadelicTag.php
Utility, to enforce XSS filtering on strings before they are printed or returned.

File

./TagadelicTag.php, line 159

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

public function force_clean() {
  $this->dirty = false;
}