You are here

function author_pane_author_pane_content_type_admin_title in Author Pane 6.2

Same name and namespace in other branches
  1. 6 plugins/content_types/author_pane.inc \author_pane_author_pane_content_type_admin_title()

File

plugins/content_types/author_pane.inc, line 87
This file provides a CTools content type containing the author pane.

Code

function author_pane_author_pane_content_type_admin_title($subtype, $conf, $context) {
  return t('Author Pane');
}