function convert_html_to_bbcode
Search API
4.x theme.inc | convert_html_to_bbcode($str) |
5.x theme.inc | convert_html_to_bbcode($str) |
File
- includes/
theme.inc, line 11
Code
function convert_html_to_bbcode($str) {
depricated_message();
return $str;
}