コード例 #1
0
function drupal_theme_61_comment_wrapper($content, $type = null)
{
    return art_comment_woker($content, $type = null);
}
コード例 #2
0
ファイル: drupal6_methods.php プロジェクト: rfay/nblewis.com
function nancylewisart_comment_wrapper($content, $type = null)
{
    return art_comment_woker($content, $type = null);
}