Project

General

Profile

« Previous | Next » 

Revision fc6585f9

Added by Andreas Kohlbecker over 3 years ago

ref #8543 renaming and documentation towards unification of annotation and other footnotes

View differences:

modules/cdm_dataportal/includes/footnotes.inc
343 343
 *
344 344
 * @return string
345 345
 *    The markup string
346
 *
346
 * @deprecated to be replaced by render_footnotes() once FOOTNOTE_KEY_SUFFIX_ANNOTATIONS is no longer used
347 347
 */
348
function render_cdm_footnotes($footnote_list_key = NULL, $enclosingTag = 'span'){
348
function render_footnotes_annotation_and_sources($footnote_list_key = NULL, $enclosingTag = 'span'){
349 349

  
350 350
  if (variable_get('cdm_dataportal_all_footnotes', CDM_DATAPORTAL_ALL_FOOTNOTES)) {
351 351
    return '';

Also available in: Unified diff