Example #1
0
function tc_comment($text)
{
    $do_text = get_option('tc_comment_format');
    $do_char = get_option('tc_comment_encoding');
    $text = tc_post_process($text, $do_text, $do_char);
    return $text;
}
Example #2
0
function tc_comment($text)
{
    return tc_post_process($text, get_option('tc_comment_format'), get_option('tc_comment_encoding'));
}