Changeset 58480 for branches/6.1/src/wp-includes/blocks/template-part.php
- Timestamp:
- 06/24/2024 03:15:02 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/src/wp-includes/blocks/template-part.php
r55830 r58480 142 142 $content = $wp_embed->autoembed( $content ); 143 143 144 if ( empty( $attributes['tagName'] ) ) {144 if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) { 145 145 $defined_areas = get_allowed_block_template_part_areas(); 146 146 $area_tag = 'div';
Note: See TracChangeset
for help on using the changeset viewer.