Changeset 55828 for trunk/src/wp-includes/blocks/template-part.php
- Timestamp:
- 05/20/2023 03:56:54 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r55392 r55828 143 143 144 144 // Run through the actions that are typically taken on the_content. 145 $content = shortcode_unautop( $content ); 146 $content = do_shortcode( $content ); 145 147 $seen_ids[ $template_part_id ] = true; 146 148 $content = do_blocks( $content ); … … 148 150 $content = wptexturize( $content ); 149 151 $content = convert_smilies( $content ); 150 $content = shortcode_unautop( $content );151 152 $content = wp_filter_content_tags( $content, "template_part_{$area}" ); 152 $content = do_shortcode( $content );153 153 154 154 // Handle embeds for block template parts.
Note: See TracChangeset
for help on using the changeset viewer.