WordPress Version: 3.7
// deprecated, not used
function mce_escape($text)
{
return esc_js($text);
}
The timeline below displays how wordpress function mce_escape has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
// deprecated, not used
function mce_escape($text)
{
return esc_js($text);
}