Project

General

Profile

« Previous | Next » 

Revision f95bf1b1

Added by Andreas Kohlbecker over 3 years ago

ref #8543 refactoring theme_cdm_annotation_footnotes to normal function

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($variables) {
185
  $footnoteListKey = $variables['footnoteListKey'];
186
  $enclosingTag = $variables['enclosingTag'];
184
function theme_cdm_annotation_footnotes($footnoteListKey = null, $enclosingTag = span) {
187 185
  if (variable_get('cdm_dataportal_annotations_footnotes', CDM_DATAPORTAL_ALL_FOOTNOTES)) {
188 186
    return '';
189 187
  }

Also available in: Unified diff