You are here

function biblio_field_settings in Bibliography Module 7.2

1 string reference to 'biblio_field_settings'
biblio_menu in ./biblio.module
Implements hook_menu().

File

includes/biblio.admin.inc, line 2547

Code

function biblio_field_settings($type) {

  // placeholder until publication type edit form is created here
  return 'You are editing the ' . $type . ' bundle';
}