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