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