Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a presque 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/modules/comment/comment.module
2304 2304
  $variables['signature'] = $comment->signature;
2305 2305

  
2306 2306
  $uri = entity_uri('comment', $comment);
2307
  $uri['options'] += array('attributes' => array('class' => 'permalink', 'rel' => 'bookmark'));
2307
  $uri['options'] += array('attributes' => array('class' => array('permalink'), 'rel' => 'bookmark'));
2308 2308

  
2309 2309
  $variables['title']     = l($comment->subject, $uri['path'], $uri['options']);
2310 2310
  $variables['permalink'] = l(t('Permalink'), $uri['path'], $uri['options']);

Formats disponibles : Unified diff