Projet

Général

Profil

Révision 204e4d33

Ajouté par Assos Assos il y a presque 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/date_ical/date_ical.api.php
15 15
 * hook exists to allow users to alter the original HTML to ensure that it
16 16
 * gets converted into pretty plaintext.
17 17
 *
18
 * ONLY <p> tags will be converted to newlines by the plaintext conversion.
18
 * <p>, <h*>, and <div> tags are changed to newlines by the plaintext converter.
19 19
 *
20 20
 * @param array $text_fields
21 21
 *   A reference to an associative array with the following keys and values:
......
80 80
      $event['comment'] = check_plain($comment['value']);
81 81
    }
82 82
  }
83
  
83

  
84 84
  // Example: Retrieving information from additional fields in the View (using
85 85
  // the Fields plugin).
86 86
  $event['comment'] = $view->style_plugin->get_field($context['row_index'], 'field_comment');

Formats disponibles : Unified diff