Projet

Général

Profil

Révision c7b88c87

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/includes/DateiCalFeedsParser.inc
153 153
    $sources = array();
154 154
    $sources['SUMMARY'] = array(
155 155
      'name' => t('Summary/Title'),
156
      'description' => t('The SUMMARY property. A short summary (usually the title) of the event.'),
156
      'description' => t('The SUMMARY property. A short summary (usually the title) of the event.
157
        A title is required for every node, so you need to include this source and have it mapped to the node title, except under unusual circumstances.'
158
      ),
159
      'date_ical_parse_handler' => 'parseTextProperty',
160
    );
161
    $sources['COMMENT'] = array(
162
      'name' => t('Comment'),
163
      'description' => t('The COMMENT property. A text comment is allowed on most components.'),
157 164
      'date_ical_parse_handler' => 'parseTextProperty',
158 165
    );
159 166
    $sources['DESCRIPTION'] = array(

Formats disponibles : Unified diff