phptemplate_comment_submitted
themes/garland/template.php, строка 73
- Версии
- 6
phptemplate_comment_submitted($comment)
Код
<?php
function phptemplate_comment_submitted($comment) {
return t('!datetime — !username',
array(
'!username' => theme('username', $comment),
'!datetime' => format_date($comment->timestamp)
));
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии