function og_panels_ct_title_callback_description in Organic groups 5.7
Same name and namespace in other branches
- 5.8 includes/groupcontent.inc \og_panels_ct_title_callback_description()
- 5 includes/groupcontent.inc \og_panels_ct_title_callback_description()
- 5.3 includes/groupcontent.inc \og_panels_ct_title_callback_description()
- 6 includes/og.panelscontent.inc \og_panels_ct_title_callback_description()
1 string reference to 'og_panels_ct_title_callback_description'
- og_panels_panels_content_types in ./
og_panels.module - Implementation of hook_panels_content_types()
File
- includes/
groupcontent.inc, line 234
Code
function og_panels_ct_title_callback_description($conf, $context) {
return t('Description');
}