Project

General

Profile

« Previous | Next » 

Revision 22f5e82d

Added by Andreas Kohlbecker over 9 years ago

refactoring theme_cdm_descriptionElementTextData() #3484 , mock implementation of feature block settings #3257, solves most issues of #3915 (handling of annotations and sources inconsistent in theme_cdm_descriptionElementTextData)

View differences:

7.x/modules/cdm_dataportal/includes/descriptions.inc
196 196
 * @param $descriptionElement
197 197
 *     A CDM DescriptionElement instance
198 198
 * @param $separator
199
 *     Optional parameter. The separator string to concatenate the footnode ids, default is ','
199
 *     Optional parameter. The separator string to concatenate the footnote ids, default is ','
200 200
 * @return String
201
 *     the string of foot note keys
201
 *    The foot note keys
202 202
 */
203 203
function cdm_create_description_element_footnotes($description_element, $separator = ',', $footnote_list_key_suggestion = null){
204 204

  

Also available in: Unified diff