Comments

jenlampton’s picture

Issue summary: View changes

related

jenlampton’s picture

Title: Change comment "subject" so that it's called a title like everything else » Change comment "subject" so that it's called a title like everything else in the template file (and all other template files)
Status: Active » Fixed

I just wanted to post a follow up that the change to entities cleaned up how comments are handled on the back end, and I wanted to point out how nice and clean comment titles are looking on the front end :)

  <?php print render($title_prefix); ?>
  <?php if ($new): ?>
  <mark class="new"><?php print $new; ?></mark>
  <?php endif; ?>
  <h3<?php print $title_attributes; ?>><?php print $title; ?></h3>
  <?php print render($title_suffix); ?> 

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

more issues