diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-content/plugins/twitter-tools/views/tweet.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/twitter-tools/views/tweet.php Mon Nov 19 18:26:13 2012 +0100
@@ -0,0 +1,20 @@
+post_content;
+if (isset($tweet->tweet)) {
+ $content = $tweet->tweet->link_entities();
+}
+
+echo wptexturize($content);
+
+if (isset($tweet->tweet)) {
+ $reply_id = $tweet->tweet->reply_id();
+ if (!empty($reply_id)) {
+?>
+
+
+
+