2750* Filters the text to be formatted for editing.2751*2752* @since 1.2.02753*2754* @param string$content The text, prior to formatting for editing.2755*/2756$content=apply_filters('format_to_edit',$content);2757if(!$rich_text){2758$content=esc_textarea($content);2759}2760return$content;2761}2762
History
Introduced in 1.2.0. Unchanged from 6.7.7 through 7.1.0.