From 5fe80ff9558fd680c9b03b16dff1218c4c342c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Mage?= Date: Mon, 28 Dec 2020 15:02:59 +0100 Subject: [PATCH] update name --- plugin/social/twitter.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin/social/twitter.php b/plugin/social/twitter.php index 32eefca..8686c6d 100644 --- a/plugin/social/twitter.php +++ b/plugin/social/twitter.php @@ -121,10 +121,6 @@ public static function render($url, $options) } $ret .= '>'; $ret .= ''; - - //$ret = 'Tweet'; - //$ret = 'Tweet'; - //$ret = 'Tweet'; return $ret; }