Changeset 58553 for trunk/src/wp-includes/blocks/template-part.php
- Timestamp:
- 06/24/2024 06:36:48 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/template-part.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r58187 r58553 162 162 $content = $wp_embed->autoembed( $content ); 163 163 164 if ( empty( $attributes['tagName'] ) ) {164 if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) { 165 165 $area_tag = 'div'; 166 166 if ( $area_definition && isset( $area_definition['area_tag'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.