function fetch_censored_text($text) { global $vboptions, $post; static $censorwords; if (!empty($post['userid']) && $post['userid'] == X) { return $text; }