Changeset 43752 for branches/5.0/src/wp-includes/formatting.php
- Timestamp:
- 10/18/2018 11:53:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/formatting.php
r43732 r43752 442 442 if ( trim($pee) === '' ) 443 443 return ''; 444 445 // We don't need to autop posts with blocks in them. 446 if ( has_blocks( $pee ) ) { 447 return $pee; 448 } 444 449 445 450 // Just to make things a little easier, pad the end. … … 3372 3377 3373 3378 $text = strip_shortcodes( $text ); 3379 $text = strip_dynamic_blocks( $text ); 3374 3380 3375 3381 /** This filter is documented in wp-includes/post-template.php */
Note: See TracChangeset
for help on using the changeset viewer.