function comment_CrumbsMonoPlugin_skip::findTitle__comment_x in Crumbs, the Breadcrumbs suite 7
Same name and namespace in other branches
- 7.2 plugins/crumbs.comment.inc \comment_CrumbsMonoPlugin_skip::findTitle__comment_x()
The default title for comment/% is "Comment permalink", so not very useful to have in the breadcrumb.
File
- plugins/
crumbs.comment.inc, line 70
Class
Code
function findTitle__comment_x($path, $item) {
return FALSE;
}