function comment_CrumbsMonoPlugin_comment::describe in Crumbs, the Breadcrumbs suite 7
Same name and namespace in other branches
- 7.2 plugins/crumbs.comment.inc \comment_CrumbsMonoPlugin_comment::describe()
Describe this plugin for the configuration form.
Overrides crumbs_MonoPlugin::describe
File
- plugins/
crumbs.comment.inc, line 40
Class
Code
function describe($api) {
return t('Make node/% the parent for comment/%');
}