diff options
author | friendica <info@friendica.com> | 2012-02-20 18:06:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:06:43 -0800 |
commit | 11871195be019bb05c7c41dbb4a980fffce41697 (patch) | |
tree | 08cd47c359d9f19ff0fa9461f923e88d79e7d038 /include/text.php | |
parent | 4fbd93f7e7237530cf291ca473591dea1f680270 (diff) | |
download | volse-hubzilla-11871195be019bb05c7c41dbb4a980fffce41697.tar.gz volse-hubzilla-11871195be019bb05c7c41dbb4a980fffce41697.tar.bz2 volse-hubzilla-11871195be019bb05c7c41dbb4a980fffce41697.zip |
fix twitter title showing up occasionally
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/text.php b/include/text.php index b9813cfa9..b2c7862ce 100755 --- a/include/text.php +++ b/include/text.php @@ -776,13 +776,11 @@ function smilies($s, $sample = false) { else { $s = str_replace($params['texts'],$params['icons'],$params['string']); } - + return $s; }} - - if(! function_exists('day_translate')) { function day_translate($s) { $ret = str_replace(array('Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'), |