You are here

function community_tags_node_community_tags_admin_status in Community Tags 6.2

Implementation of hook_community_tags_admin_status(). Return the any out of sync messages.

File

community_tags_node/community_tags_node.module, line 290
community_tags_node.module

Code

function community_tags_node_community_tags_admin_status($vid, $content_type) {

  // include admin.inc.
  module_load_include('inc', 'community_tags_node', 'community_tags_node.admin');
  return _community_tags_node_community_tags_admin_status($vid, $content_type);
}