Project

General

Profile

« Previous | Next » 

Revision 494

Added by Matthias almost 17 years ago

Added changeset [493] to branches

View differences:

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