diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-29 12:42:47 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-29 12:42:47 +0000 |
commit | ad54e40e2b2aede586f27efb94c9a29516c7f00f (patch) | |
tree | 783dd27f51edd3c889c32c8776a1e6aa6e24fe6a /engine/lib/social.php | |
parent | 58ae8cad422a10bd83dcb3d4a4ca9c663ba800fb (diff) | |
download | elgg-ad54e40e2b2aede586f27efb94c9a29516c7f00f.tar.gz elgg-ad54e40e2b2aede586f27efb94c9a29516c7f00f.tar.bz2 |
Added friends pages and related functionality
git-svn-id: https://code.elgg.org/elgg/trunk@754 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/social.php')
-rw-r--r-- | engine/lib/social.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/social.php b/engine/lib/social.php index bc66c0466..14328376e 100644 --- a/engine/lib/social.php +++ b/engine/lib/social.php @@ -62,6 +62,8 @@ }
// Set the shout words blacklist, these do not become tags when the string is converted
+ // Any language packs should include their own!
+
GLOBAL $CONFIG;
$CONFIG->wordblacklist = array(
'and',
|