Changeset 55831 for branches/6.0/src/wp-includes/blocks/template-part.php
- Timestamp:
- 05/20/2023 04:02:53 AM (18 months ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-includes/blocks/template-part.php
r53157 r55831 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.