fix twitter title showing up occasionally
This commit is contained in:
+1
-3
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user