From 8f21cc40259db9406e00a083b4b6ca2ff9ebbb57 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 20 Oct 2009 17:33:43 +0000 Subject: #493030 follow-up by sun: Clean-ups to RDF module. --- modules/forum/forum.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index e22a1c6ec..955789d77 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -412,7 +412,7 @@ function forum_comment_update($comment) { } /** - * Implement forum_comment_unpublish() { + * Implements forum_comment_unpublish(). */ function forum_comment_unpublish($comment) { _forum_update_forum_index($comment->nid); @@ -1134,7 +1134,7 @@ function _forum_update_forum_index($nid) { } /** - * Implementation of hook_rdf_mapping(). + * Implements hook_rdf_mapping(). */ function forum_rdf_mapping() { return array( @@ -1143,7 +1143,7 @@ function forum_rdf_mapping() { 'bundle' => 'forum', 'mapping' => array( 'rdftype' => array('sioct:Post', 'sioct:ForumTopic'), - 'taxonomy_forums' => array( + 'taxonomy_forums' => array( 'predicates' => array('sioc:has_container'), 'type' => 'rel', ), -- cgit v1.2.3