diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
index 9b45abc..19bc713 100644
|
|
|
foreach ( array( 'single_post_title', 'single_cat_title', 'single_tag_title', 's
|
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | // Format text area for display. |
| 117 | | foreach ( array( 'term_description' ) as $filter ) { |
| | 117 | foreach ( array( 'term_description', 'get_the_author_description' ) as $filter ) { |
| 118 | 118 | add_filter( $filter, 'wptexturize' ); |
| 119 | 119 | add_filter( $filter, 'convert_chars' ); |
| 120 | 120 | add_filter( $filter, 'wpautop' ); |