Changeset 51325 for branches/5.8
- Timestamp:
- 07/03/2021 03:14:23 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/block-template.php
r51221 r51325 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.