Commit 9490327e authored by Jeff Burnz's avatar Jeff Burnz
Browse files

Tidy up comments in user compact template



Signed-off-by: default avatarjmburnz <jeff@adaptivethemes.com>
parent 466f9020
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
{#
/**
 * TODO: Track https://drupal.org/node/2247677. This was added to rip the markup
 * out when displaying the user picture in nodes and commments, otherwise you get
 * crazy markup and even empty article tags etc.
 * TODO: Track https://drupal.org/node/2247677. This was added to remove all
 * markup when displaying the user picture in nodes and commments, which
 * use the compact view mode.
 *
 * @file
 * Default theme implementation to present user data included in the compact display mode.
 *
 * This template is mainly used when viewing a node or comment where the user picture
 * is set to display, we strip off the articl wrapper and any other items or markup.
 *
 * Available variables:
 * - label: the users name set as a title. Adaptivetheme moves the h1 inside
 *   the article element for proper outlines.