Changeset 48819 for branches/5.5/src/wp-includes/formatting.php
- Timestamp:
- 08/18/2020 07:35:30 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-includes/formatting.php
r48603 r48819 3809 3809 $raw_excerpt = $text; 3810 3810 3811 if ( '' === $text) {3811 if ( '' === trim( $text ) ) { 3812 3812 $post = get_post( $post ); 3813 3813 $text = get_the_content( '', false, $post );
Note: See TracChangeset
for help on using the changeset viewer.