function comment_crumbs_plugins in Crumbs, the Breadcrumbs suite 6.2
Same name and namespace in other branches
- 7.2 plugins/crumbs.comment.inc \comment_crumbs_plugins()
- 7 plugins/crumbs.comment.inc \comment_crumbs_plugins()
File
- plugins/
crumbs.comment.inc, line 4
Code
function comment_crumbs_plugins() {
return array(
'reply' => new _comment_CrumbsPlugin__reply(),
);
}