Changeset 42445 for branches/4.9/src/wp-includes/default-filters.php
- Timestamp:
- 01/15/2018 12:09:39 AM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/default-filters.php
r41978 r42445 115 115 116 116 // Format text area for display. 117 foreach ( array( 'term_description', 'get_the_ author_description', 'get_the_post_type_description' ) as $filter ) {117 foreach ( array( 'term_description', 'get_the_post_type_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.