From e4dd2a5a9abd6a9952c2acb5b29628e4825f2904 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 28 Oct 2011 17:29:13 -0700 Subject: begin the name change --- include/text.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 8ada179dc..4726872ec 100644 --- a/include/text.php +++ b/include/text.php @@ -672,7 +672,7 @@ function smilies($s) { $s = str_replace( array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', - '~friendika', 'Diaspora*' ), + '~friendika', '~friendica', 'Diaspora*' ), array( '<3', '</3', @@ -691,6 +691,7 @@ function smilies($s) { '8-|', '8-O', '~friendika ~friendika', + '~friendica ~friendica', 'DiasporaDiaspora*', ), $s); -- cgit v1.2.3