Project

General

Profile

« Previous | Next » 

Revision 8ae85ae4

Added by Andreas Kohlbecker over 3 years ago

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

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 .= theme('cdm_entities_annotations_as_footnotekeys', array(
726
        'cdmBase_list' => $special_annotations_array,
727
        'footnote_list_key' => $synonymy_render_path . '-annotations')
728
    );
725
    $accepted_name .= cdm_entities_annotations_as_footnotekeys($special_annotations_array,  $synonymy_render_path . '-annotations'));
729 726
    $accepted_name .= '</div>';
730 727
    RenderHints::popFromRenderStack();
731 728
  }

Also available in: Unified diff