116
116
// Format text area for display.
117
foreach ( array( 'term_description', 'get_the_author_description', 'get_the_post_type_description' ) as $filter ) {
118
118
add_filter( $filter, 'wptexturize' );
119
119
add_filter( $filter, 'convert_chars' );
120
120
add_filter( $filter, 'wpautop' );