Changeset 54248 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 09/20/2022 10:29:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r53728 r54248 243 243 $content = shortcode_unautop( $content ); 244 244 $content = wp_filter_content_tags( $content ); 245 $content = do_shortcode( $content );245 $content = apply_shortcodes( $content ); 246 246 $content = str_replace( ']]>', ']]>', $content ); 247 247
Note: See TracChangeset
for help on using the changeset viewer.