summaryrefslogtreecommitdiff
path: root/modules/blog
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-20 17:33:43 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-20 17:33:43 +0000
commit8f21cc40259db9406e00a083b4b6ca2ff9ebbb57 (patch)
tree0e420408ae7173fd9d03ec48ef7aa064adbb6f3c /modules/blog
parent0fa300a696e42483d6ca3a94ba8ce74b7cbea2be (diff)
downloadbrdo-8f21cc40259db9406e00a083b4b6ca2ff9ebbb57.tar.gz
brdo-8f21cc40259db9406e00a083b4b6ca2ff9ebbb57.tar.bz2
#493030 follow-up by sun: Clean-ups to RDF module.
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/blog.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index ac5627017..40fe6772f 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -185,7 +185,7 @@ function blog_block_view($delta = '') {
}
/**
- * Implementation of hook_rdf_mapping().
+ * Implements hook_rdf_mapping().
*/
function blog_rdf_mapping() {
return array(
@@ -194,7 +194,7 @@ function blog_rdf_mapping() {
'bundle' => 'blog',
'mapping' => array(
'rdftype' => array('sioct:Weblog'),
- )
+ ),
),
);
-}
+}