Changeset 55828 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 05/20/2023 03:56:54 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r55761 r55828 237 237 $content = $wp_embed->run_shortcode( $_wp_current_template_content ); 238 238 $content = $wp_embed->autoembed( $content ); 239 $content = shortcode_unautop( $content ); 240 $content = do_shortcode( $content ); 239 241 $content = do_blocks( $content ); 240 242 $content = wptexturize( $content );
Note: See TracChangeset
for help on using the changeset viewer.