Changeset 55832 for branches/5.9/src/wp-includes/blocks/template-part.php
- Timestamp:
- 05/20/2023 04:03:23 AM (21 months ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/blocks/template-part.php
r52364 r55832 129 129 130 130 // Run through the actions that are typically taken on the_content. 131 $content = shortcode_unautop( $content ); 132 $content = do_shortcode( $content ); 131 133 $seen_ids[ $template_part_id ] = true; 132 134 $content = do_blocks( $content ); … … 134 136 $content = wptexturize( $content ); 135 137 $content = convert_smilies( $content ); 136 $content = shortcode_unautop( $content );137 138 $content = wp_filter_content_tags( $content ); 138 $content = do_shortcode( $content );139 139 140 140 // Handle embeds for block template parts.
Note: See TracChangeset
for help on using the changeset viewer.