Changeset 55829 for branches/6.2/src/wp-includes/block-template.php
- Timestamp:
- 05/20/2023 04:01:19 AM (20 months ago)
- Location:
- branches/6.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2
-
branches/6.2/src/wp-includes/block-template.php
r55766 r55829 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.