From 409db6b29916ee8099b5165d327c538c488967f6 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 17 Sep 2012 12:12:26 -0700 Subject: Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms --- modules/taxonomy/taxonomy-term.tpl.php | 2 +- modules/taxonomy/taxonomy.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy-term.tpl.php b/modules/taxonomy/taxonomy-term.tpl.php index e29b1108a..d410d1ef3 100644 --- a/modules/taxonomy/taxonomy-term.tpl.php +++ b/modules/taxonomy/taxonomy-term.tpl.php @@ -11,7 +11,7 @@ * such as render($content['field_example']). Use * hide($content['field_example']) to temporarily suppress the printing of a * given element. - * - $term_url: Direct url of the current term. + * - $term_url: Direct URL of the current term. * - $term_name: Name of the current term. * - $classes: String of classes that can be used to style contextually through * CSS. It can be manipulated through the variable $classes_array from diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 63bbb2d64..7814410c3 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -140,7 +140,7 @@ function taxonomy_entity_info() { } /** - * Entity uri callback. + * Entity URI callback. */ function taxonomy_term_uri($term) { return array( -- cgit v1.2.3