fix twitter title showing up occasionally
This commit is contained in:
parent
4fbd93f7e7
commit
11871195be
2 changed files with 3 additions and 5 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue