Zen 7.x-3.x-dev, xxxx-xx-xx (development release)
---------------------------
+- #1110650: Anonymous comment class is broken in core
- #1079010: The secondary links heading, "Secondary menu", is wrong
- #1078994: Move secondary menu links from footer to header
- #1072302: Use element-focusable class for skip link accessibility
$variables['title'] = '';
}
+ // Anonymous class is broken in core. See #1110650
+ if ($variables['comment']->uid == 0) {
+ $variables['classes_array'][] = 'comment-by-anonymous';
+ }
// Zebra striping.
if ($variables['id'] == 1) {
$variables['classes_array'][] = 'first';