check_plain($text)drupal/includes/bootstrap.inc, line 628
Encode special characters in a plain-text string for display as HTML.
function check_plain($text) { return htmlspecialchars($text, ENT_QUOTES); }