Changeset 41172 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 07/27/2017 03:09:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r41086 r41172 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' );
Note: See TracChangeset
for help on using the changeset viewer.