view sites/all/themes/omega/process/comment-wrapper.process.inc @ 0:ff03f76ab3fe

initial version
author danieleb <danielebarchiesi@me.com>
date Wed, 21 Aug 2013 18:51:11 +0100
parents
children
line wrap: on
line source
<?php

/**
 * Implements hook_process_comment_wrapper().
 */
function omega_process_comment_wrapper(&$variables) {
  // Flatten the attributes array.
  $variables['form_title_attributes'] = drupal_attributes($variables['form_title_attributes_array']);
}