diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-20 17:33:43 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-10-20 17:33:43 +0000 |
commit | 8f21cc40259db9406e00a083b4b6ca2ff9ebbb57 (patch) | |
tree | 0e420408ae7173fd9d03ec48ef7aa064adbb6f3c /modules/forum/forum.module | |
parent | 0fa300a696e42483d6ca3a94ba8ce74b7cbea2be (diff) | |
download | brdo-8f21cc40259db9406e00a083b4b6ca2ff9ebbb57.tar.gz brdo-8f21cc40259db9406e00a083b4b6ca2ff9ebbb57.tar.bz2 |
#493030 follow-up by sun: Clean-ups to RDF module.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 6 |
1 files changed, 3 insertions, 3 deletions
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', ), |