theme_comment_thread_collapsed

  1. drupal
    1. drupal6
    2. drupal7
Versionen
drupal6 – drupal7 theme_comment_thread_collapsed($comment, $node)

Theme comment thread collapsed view.

Übergabeparameter

$comment The comment to be themed.

$node The comment node.

Verwandte Themen

Code

modules/comment/comment.module, line 1760

<?php
function theme_comment_thread_collapsed($comment, $node) {
  return theme('comment_view', $comment, $node, '', 0);
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen