aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggTranslit.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-05-28 18:33:55 -0400
committercash <cash.costello@gmail.com>2013-05-28 18:33:55 -0400
commit371e64beb9d47e0b64ce74d83a8587a73908f7d5 (patch)
treeae5b8041481d3f854669fff59b52c642628d2ee4 /engine/classes/ElggTranslit.php
parentf766c76ba915af714bf6a8f1c71abfc9f7b5f097 (diff)
downloadelgg-371e64beb9d47e0b64ce74d83a8587a73908f7d5.tar.gz
elgg-371e64beb9d47e0b64ce74d83a8587a73908f7d5.tar.bz2
Fixes #5531 removes symbol interpretation from translit class
Diffstat (limited to 'engine/classes/ElggTranslit.php')
-rw-r--r--engine/classes/ElggTranslit.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/classes/ElggTranslit.php b/engine/classes/ElggTranslit.php
index 4ae1d2479..b4bf87797 100644
--- a/engine/classes/ElggTranslit.php
+++ b/engine/classes/ElggTranslit.php
@@ -58,10 +58,6 @@ class ElggTranslit {
// currency
"\xE2\x82\xAC" /* € */ => ' E ',
"\xC2\xA3" /* £ */ => ' GBP ',
-
- "&" => ' and ',
- ">" => ' greater than ',
- "<" => ' less than ',
));
// remove all ASCII except 0-9a-zA-Z, hyphen, underscore, and whitespace