Revision 494
Added by Matthias over 17 years ago
functions.php | ||
---|---|---|
629 | 629 |
} |
630 | 630 |
$string = $char; |
631 | 631 |
$string = strtr($string, $numbered_to_named_entities); |
632 |
// do ' and " |
|
633 |
$string = strtr($string, array('\''=>''', '\"'=>'"')); |
|
632 | 634 |
} |
633 | 635 |
return $string; |
634 | 636 |
} |
Also available in: Unified diff
Added changeset [493] to branches