martijn....@bigcat.unimaas.nl
unread,Jan 21, 2017, 9:37:24 PM1/21/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wikipathw...@googlegroups.com
Author: AlexanderPico
Date: Sun Jan 22 05:24:58 2017
New Revision: 1993
Log:
renamed section headers
Modified:
branches/milestone_43.x/wpi/extensions/Pathways/PathwayPage.php
Modified: branches/milestone_43.x/wpi/extensions/Pathways/PathwayPage.php
==============================================================================
--- branches/milestone_43.x/wpi/extensions/Pathways/PathwayPage.php (original)
+++ branches/milestone_43.x/wpi/extensions/Pathways/PathwayPage.php Sun Jan 22 05:24:58 2017
@@ -107,7 +107,7 @@
}
function curationTags() {
- $tags = "== Curation Tags ==\n" .
+ $tags = "== Quality Tags ==\n" .
"<CurationTags></CurationTags>";
return $tags;
}
@@ -150,7 +150,7 @@
function ontologyTags() {
global $wpiEnableOtag;
if($wpiEnableOtag) {
- $otags = "== Ontology Tags ==\n" .
+ $otags = "== Ontology Terms ==\n" .
"<OntologyTags></OntologyTags>";
return $otags;
}