';
$coded_comment = preg_replace($img_patter,$img_replace,$comment);
$bbcodes = array
(
'/\[b\]/','/\[i\]/','/\[u\]/','/\[quote\]/','/\[url\](.*)\[\/url\]/',
'/\[\/b\]/','/\[\/i\]/','/\[\/u\]/','/\[\/quote\]/','/\[url=(.*)\](.*)\[\/url\]/'
);
$HTMLcodes = array
(
'','','','','$1',
'
','','','','$2',
);
$coded_comment = preg_replace($bbcodes,$HTMLcodes,$coded_comment);
return $coded_comment;
}
}
//Registering Action that will be applied while displaying comment and or description
register_action(array('bb_to_html'=>array('comment','description','pm_compose_box','before_topic_post_box','private_message')));
$hints = "