Changeset 5700 for trunk/wp-includes/js/tinymce/plugins/spellchecker/classes/TinyGoogleSpell.class.php
- Timestamp:
- 06/14/2007 02:25:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/spellchecker/classes/TinyGoogleSpell.class.php
r5214 r5700 50 50 function _xmlChars($string) { 51 51 $trans = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES); 52 52 53 53 foreach ($trans as $k => $v) 54 54 $trans[$k] = "&#".ord($k).";";
Note: See TracChangeset
for help on using the changeset viewer.