2762* Filters the text to be formatted for editing.2763*2764* @since 1.2.02765*2766* @param string$content The text, prior to formatting for editing.2767*/2768$content=apply_filters('format_to_edit',$content);2769if(!$rich_text){2770$content=esc_textarea($content);2771}2772return$content;2773}2774
History
Introduced in 1.2.0. Unchanged from 6.7.7 through 7.1.0.