You are here

function advanced_forum_forum_topic_list_sort_content_type_admin_title in Advanced Forum 6.2

Same name and namespace in other branches
  1. 7.2 plugins/content_types/forum_topic_list_sort.inc \advanced_forum_forum_topic_list_sort_content_type_admin_title()

File

plugins/content_types/forum_topic_list_sort.inc, line 62

Code

function advanced_forum_forum_topic_list_sort_content_type_admin_title($subtype, $conf, $context) {
  return t('"@s" topic list sort widget', array(
    '@s' => $context->identifier,
  ));
}