Changeset 58482
- Timestamp:
- 06/24/2024 03:21:14 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4/src/wp-includes/blocks/template-part.php
r56849 r58482 152 152 $content = $wp_embed->autoembed( $content ); 153 153 154 if ( empty( $attributes['tagName'] ) ) {154 if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) { 155 155 $area_tag = 'div'; 156 156 if ( $area_definition && isset( $area_definition['area_tag'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.