X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftext.php;h=044ee4e085a9cd2dd5045b4793c1d0ddf9c66814;hb=1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b;hp=0cd7f114e4dee0b8a9a37ba462d3d35da0e1bb28;hpb=03171fd7deeb8e564478273ebdbee77eeab4a6cd;p=friendica.git diff --git a/include/text.php b/include/text.php index 0cd7f114e4..044ee4e085 100755 --- a/include/text.php +++ b/include/text.php @@ -686,19 +686,19 @@ function smilies($s, $sample = false) { '</3', '<\\3', ':-)', - ':)', +// ':)', ';-)', - ';)', +// ';)', ':-(', - ':(', +// ':(', ':-P', - ':P', +// ':P', ':-"', ':-"', ':-x', ':-X', ':-D', - ':D', +// ':D', '8-|', '8-O', ':-O', @@ -715,6 +715,8 @@ function smilies($s, $sample = false) { ':beer', ':homebrew', ':coffee', + ':facepalm', + ':headdesk', '~friendika', '~friendica', 'Diaspora*' @@ -725,19 +727,19 @@ function smilies($s, $sample = false) { '</3', '<\\3', ':-)', - ':)', +// ':)', ';-)', - ';)', +// ';)', ':-(', - ':(', +// ':(', ':-P', - ':P', +// ':P', ':-\', ':-\', ':-x', ':-X', ':-D', - ':D', +// ':D', '8-|', '8-O', ':-O', @@ -754,8 +756,10 @@ function smilies($s, $sample = false) { ':beer', ':homebrew', ':coffee', + ':facepalm', + ':headdesk', '~friendika ~friendika', - '~friendica ~friendica', + '~friendica ~friendica', 'DiasporaDiaspora*', ); @@ -849,10 +853,10 @@ function prepare_body($item,$attach = false) { case 'audio': case 'image': case 'text': - $icon = '
'; + $icon = '
'; break; default: - $icon = '
'; + $icon = '
'; break; } $title = ((strlen(trim($matches[4]))) ? escape_tags(trim($matches[4])) : escape_tags($matches[1]));