function ctools_node_form_buttons_content_type_admin_title in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 plugins/content_types/node_form/node_form_buttons.inc \ctools_node_form_buttons_content_type_admin_title()
File
- plugins/
content_types/ node_form/ node_form_buttons.inc, line 38
Code
function ctools_node_form_buttons_content_type_admin_title($subtype, $conf, $context) {
return t('"@s" node form submit buttons', array(
'@s' => $context->identifier,
));
}