Changeset 58476 for branches/6.3/src/wp-includes/blocks/template-part.php
- Timestamp:
- 06/24/2024 03:10:50 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3/src/wp-includes/blocks/template-part.php
r56322 r58476 158 158 $content = $wp_embed->autoembed( $content ); 159 159 160 if ( empty( $attributes['tagName'] ) ) {160 if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) { 161 161 $area_tag = 'div'; 162 162 if ( $area_definition && isset( $area_definition['area_tag'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.