diff -r c7c0fbc09788 -r 5e8dcbe22c24 web/wp-content/plugins/social/views/comment/social_item.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/social/views/comment/social_item.php Tue Dec 04 18:43:10 2012 -0800 @@ -0,0 +1,16 @@ +
+
+
+ social_item_output($item, $i, (isset($avatar_size) ? $avatar_size : array())); + ++$i; + } + + if ($i > 10) { + printf(__('', 'social'), '#', ($i - 10)); + } + ?> +
+