You are here

function comment_CrumbsMonoPlugin_reply::describe in Crumbs, the Breadcrumbs suite 7

Same name and namespace in other branches
  1. 7.2 plugins/crumbs.comment.inc \comment_CrumbsMonoPlugin_reply::describe()

Describe this plugin for the configuration form.

Overrides crumbs_MonoPlugin::describe

File

plugins/crumbs.comment.inc, line 19

Class

comment_CrumbsMonoPlugin_reply

Code

function describe($api) {
  return t('Make node/% the parent for comment/reply/%');
}