diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/blog.module | 6 |
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'), - ) + ), ), ); -} +} |