You are here

function advanced_forum_forum_most_active_poster_content_type_admin_title in Advanced Forum 6.2

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

File

plugins/content_types/forum_most_active_poster.inc, line 200

Code

function advanced_forum_forum_most_active_poster_content_type_admin_title($subtype, $conf, $context) {
  return t('"@s" most active poster', array(
    '@s' => $context->identifier,
  ));
}