WordPress 2.8.0 Hooks, Functions, Classes and Methods
Page 24

esc_html__()

Retrieve the translation of $text and escapes it for safe use in HTML output.

esc_html_e()

Display translated text that has been escaped for safe use in HTML output.

esc_js()

Escapes single quotes, ", , &, and fixes line endings.

esc_sql()

Escapes data for use in a MySQL query.