You are here

function comment_skinr_config_info in Skinr 8.2

Same name and namespace in other branches
  1. 7.2 modules/comment.skinr.inc \comment_skinr_config_info()

Implements hook_skinr_config_info().

File

modules/comment.skinr.inc, line 10
Implements Skinr hooks for comment.module.

Code

function comment_skinr_config_info() {
  return array(
    'comment' => t('Comment'),
  );
}