Project

General

Profile

« Previous | Next » 

Revision 18a83116

Added by Andreas Kohlbecker over 2 years ago

ref #8543 refactoring theme_cdm_annotation_footnotes to normal function - 2

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
181 181
 * @todo Please document this function.
182 182
 * @see http://drupal.org/node/1354
183 183
 */
184
function theme_cdm_annotation_footnotes($footnoteListKey = null, $enclosingTag = span) {
184
function cdm_annotation_footnotes($footnoteListKey = null, $enclosingTag = span) {
185 185
  if (variable_get('cdm_dataportal_annotations_footnotes', CDM_DATAPORTAL_ALL_FOOTNOTES)) {
186 186
    return '';
187 187
  }

Also available in: Unified diff