diff options
author | cash <cash.costello@gmail.com> | 2013-05-28 18:33:55 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-05-28 18:33:55 -0400 |
commit | 371e64beb9d47e0b64ce74d83a8587a73908f7d5 (patch) | |
tree | ae5b8041481d3f854669fff59b52c642628d2ee4 /engine/classes/ElggTranslit.php | |
parent | f766c76ba915af714bf6a8f1c71abfc9f7b5f097 (diff) | |
download | elgg-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.php | 4 |
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 |