function botcha_recipebook_title in BOTCHA Spam Prevention 6.2
Same name and namespace in other branches
- 7.2 botcha.module \botcha_recipebook_title()
Title callback for importers.
1 string reference to 'botcha_recipebook_title'
- botcha_menu in ./
botcha.module - Implements hook_menu().
File
- ./
botcha.module, line 244
Code
function botcha_recipebook_title($recipebook) {
return "Edit recipe book \"{$recipebook->title}\"";
}