Project

General

Profile

« Previous | Next » 

Revision d8069342

Added by Andreas Kohlbecker over 3 years ago

ref #8543 further harmonizing footnote functions

View differences:

modules/cdm_dataportal/includes/taxon-node.inc
72 72
          $status_markup[] = sprintf($tokes['status'], '');
73 73
        }
74 74
      }
75
      $render_array['taxon-node-status'] = markup_to_render_array($label . ': ' . join('; ', $status_markup) . cdm_footnotes(RenderHints::getFootnoteListKey()));
75
      $render_array['taxon-node-status'] = markup_to_render_array($label . ': ' . join('; ', $status_markup) . render_footnotes(RenderHints::getFootnoteListKey()));
76 76
      $render_array['taxon-node-status']['#prefix'] = '<div class="taxon-node-status">';
77 77
      $render_array['taxon-node-status']['#suffix'] = '</div>';
78 78
    }

Also available in: Unified diff