Changeset 43879 for branches/5.0/src/wp-includes/formatting.php
- Timestamp:
- 11/09/2018 08:28:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/formatting.php
r43752 r43879 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 }449 444 450 445 // Just to make things a little easier, pad the end.
Note: See TracChangeset
for help on using the changeset viewer.