From 558e9a7da1f731fbee30963ddb6ec077bf579736 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 4 Apr 2013 15:52:56 -0700 Subject: Issue #1943664 by joachim: Use new standards to document entity info callback functions --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 9be7dfcbe..7ad28e9f2 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -140,7 +140,7 @@ function taxonomy_entity_info() { } /** - * Entity URI callback. + * Implements callback_entity_info_uri(). */ function taxonomy_term_uri($term) { return array( -- cgit v1.2.3