From 8ee21dd13240614a65c3742e3439e7281de55dda Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 16 Dec 2009 19:53:53 +0000 Subject: - Patch #632092 by scor, linclark: number of replies of a node in RDFa. --- modules/node/node.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 95ee56612..a55fd039a 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -810,6 +810,9 @@ function node_rdf_mapping() { 'name' => array( 'predicates' => array('foaf:name'), ), + 'comment_count' => array( + 'predicates' => array('sioc:num_replies'), + ), ), ), ); -- cgit v1.2.3