You are here

function author_pane_content_type_admin_title in Author Pane 7.2

@todo Please document this function.

See also

http://drupal.org/node/1354

1 string reference to 'author_pane_content_type_admin_title'
author_pane.inc in plugins/content_types/author_pane.inc

File

plugins/content_types/author_pane.inc, line 115

Code

function author_pane_content_type_admin_title($subtype, $conf, $context) {
  return t('"@s" author pane', array(
    '@s' => $context->identifier,
  ));
}