theme_comment_thread_expanded

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

modules/comment/comment.module, строка 1803

Версии
5
theme_comment_thread_expanded($comment)
6
theme_comment_thread_expanded($comment, $node)

Код

<?php
function theme_comment_thread_expanded($comment) {
  $output = '';
  $output .= theme('comment_view', $comment, module_invoke_all('link', 'comment', $comment, 0));
  return $output;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему