Project

General

Profile

« Previous | Next » 

Revision d0be436a

Added by Andreas Kohlbecker over 2 years ago

ref #8543 renaming theme_cdm_entities_annotations_as_footnotekeys() -> cdm_entities_annotations_as_footnotekeys() - bug fix

View differences:

modules/cdm_dataportal/includes/pages.inc
722 722
    $special_annotations_array = array();
723 723
    $special_annotations_array[] = $taxon->name;
724 724
    $special_annotations_array[] = $taxon;
725
    $accepted_name .= cdm_entities_annotations_as_footnotekeys($special_annotations_array,  $synonymy_render_path . '-annotations'));
725
    $accepted_name .= cdm_entities_annotations_as_footnotekeys($special_annotations_array,  $synonymy_render_path . '-annotations');
726 726
    $accepted_name .= '</div>';
727 727
    RenderHints::popFromRenderStack();
728 728
  }

Also available in: Unified diff