You are here

function comment_crumbs_plugins in Crumbs, the Breadcrumbs suite 6.2

Same name and namespace in other branches
  1. 7.2 plugins/crumbs.comment.inc \comment_crumbs_plugins()
  2. 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(),
  );
}