diff --git a/src/wp-includes/default-filters.php b/src/wp-includes/default-filters.php
index a7c732f..8b2b4f5 100644
a
|
b
|
foreach ( array( 'single_post_title', 'single_cat_title', 'single_tag_title', 's |
124 | 124 | } |
125 | 125 | |
126 | 126 | // Format text area for display. |
127 | | foreach ( array( 'term_description', 'get_the_author_description', 'get_the_post_type_description' ) as $filter ) { |
| 127 | foreach ( array( 'term_description', 'get_the_post_type_description' ) as $filter ) { |
128 | 128 | add_filter( $filter, 'wptexturize' ); |
129 | 129 | add_filter( $filter, 'convert_chars' ); |
130 | 130 | add_filter( $filter, 'wpautop' ); |