function drupal_theme_61_comment_wrapper($content, $type = null)
{
    return art_comment_woker($content, $type = null);
}
Example #2
0
function nancylewisart_comment_wrapper($content, $type = null)
{
    return art_comment_woker($content, $type = null);
}