function convert_bbcode_to_html

4.x theme.inc convert_bbcode_to_html($str)
5.x theme.inc convert_bbcode_to_html($str)

File

includes/theme.inc, line 17

Code

function convert_bbcode_to_html($str) {
  depricated_message();
  return $str;
}