Changeset 44118 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 12/13/2018 06:11:10 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43752
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/formatting.php
r43571 r44118 457 457 if ( trim( $pee ) === '' ) { 458 458 return ''; 459 } 460 461 // We don't need to autop posts with blocks in them. 462 if ( has_blocks( $pee ) ) { 463 return $pee; 459 464 } 460 465 … … 3636 3641 3637 3642 $text = strip_shortcodes( $text ); 3643 $text = strip_dynamic_blocks( $text ); 3638 3644 3639 3645 /** This filter is documented in wp-includes/post-template.php */
Note: See TracChangeset
for help on using the changeset viewer.