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