- Timestamp:
- 07/02/2021 09:51:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r51298 r51321 171 171 $content = do_blocks( $content ); 172 172 $content = wptexturize( $content ); 173 if ( function_exists( 'wp_filter_content_tags' ) ) { 174 $content = wp_filter_content_tags( $content ); 175 } else { 176 $content = wp_make_content_images_responsive( $content ); 177 } 173 $content = wp_filter_content_tags( $content ); 178 174 $content = str_replace( ']]>', ']]>', $content ); 179 175
Note: See TracChangeset
for help on using the changeset viewer.