Make WordPress Core


Ignore:
Timestamp:
06/24/2024 06:36:48 PM (18 months ago)
Author:
jorbin
Message:

Update packages to include latest changes.

Props desrosj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/template-part.php

    r58187 r58553  
    162162    $content = $wp_embed->autoembed( $content );
    163163
    164     if ( empty( $attributes['tagName'] ) ) {
     164    if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) {
    165165        $area_tag = 'div';
    166166        if ( $area_definition && isset( $area_definition['area_tag'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.