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