The plugin has been created to display the buttons while adding/editing comments:
Code: [Select]
// bbcode buttons
$thisplugin->add_filter('theme_add_comment', 'buttons_add_comment');
$thisplugin->add_filter('theme_edit_comment', 'buttons_edit_comment');
...