function fb_social_comments_seo_comment_view in Facebook social plugins integration 7.2
Same name and namespace in other branches
- 6.2 plugins/fb_plugin/comments.inc \fb_social_comments_seo_comment_view()
1 call to fb_social_comments_seo_comment_view()
- _fb_social_comments_seo_view in plugins/
fb_plugin/ comments.inc - the html representation of comments
File
- plugins/
fb_plugin/ comments.inc, line 319
Code
function fb_social_comments_seo_comment_view($comment) {
return $comment->message . ' - by ' . $comment->from->name . ' on ' . format_date(strtotime($comment->created_time));
}