2740* Filters the text to be formatted for editing.2741*2742* @since 1.2.02743*2744* @param string$content The text, prior to formatting for editing.2745*/2746$content=apply_filters('format_to_edit',$content);2747if(!$rich_text){2748$content=esc_textarea($content);2749}2750return$content;2751}2752
History
Introduced in 1.2.0. Unchanged from 6.7.7 through 7.1.0.