Changeset 55832 for branches/5.9/src/wp-includes/block-template.php
- Timestamp:
- 05/20/2023 04:03:23 AM (20 months ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/block-template.php
r55774 r55832 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.