Changeset 55830 for branches/6.1/src/wp-includes/block-template.php
- Timestamp:
- 05/20/2023 04:02:09 AM (18 months ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/src/wp-includes/block-template.php
r55771 r55830 238 238 $content = $wp_embed->run_shortcode( $_wp_current_template_content ); 239 239 $content = $wp_embed->autoembed( $content ); 240 $content = shortcode_unautop( $content ); 241 $content = do_shortcode( $content ); 240 242 $content = do_blocks( $content ); 241 243 $content = wptexturize( $content );
Note: See TracChangeset
for help on using the changeset viewer.