Skip to content

Commit 14efb0d

Browse files
committed
Update packages to include latest changes.
Props desrosj. git-svn-id: https://develop.svn.wordpress.org/trunk@58553 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8afc34a commit 14efb0d

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

package-lock.json

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,27 +83,27 @@
8383
"@wordpress/api-fetch": "7.0.1",
8484
"@wordpress/autop": "4.0.1",
8585
"@wordpress/blob": "4.0.1",
86-
"@wordpress/block-directory": "5.0.2",
86+
"@wordpress/block-directory": "5.0.3",
8787
"@wordpress/block-editor": "13.0.2",
88-
"@wordpress/block-library": "9.0.2",
88+
"@wordpress/block-library": "9.0.3",
8989
"@wordpress/block-serialization-default-parser": "5.0.1",
9090
"@wordpress/blocks": "13.0.2",
9191
"@wordpress/commands": "1.0.2",
9292
"@wordpress/components": "28.0.2",
9393
"@wordpress/compose": "7.0.1",
9494
"@wordpress/core-commands": "1.0.2",
9595
"@wordpress/core-data": "7.0.2",
96-
"@wordpress/customize-widgets": "5.0.2",
96+
"@wordpress/customize-widgets": "5.0.3",
9797
"@wordpress/data": "10.0.2",
9898
"@wordpress/data-controls": "4.0.2",
9999
"@wordpress/dataviews": "2.0.2",
100100
"@wordpress/date": "5.0.1",
101101
"@wordpress/deprecated": "4.0.1",
102102
"@wordpress/dom": "4.0.1",
103103
"@wordpress/dom-ready": "4.0.1",
104-
"@wordpress/edit-post": "8.0.2",
105-
"@wordpress/edit-site": "6.0.2",
106-
"@wordpress/edit-widgets": "6.0.2",
104+
"@wordpress/edit-post": "8.0.3",
105+
"@wordpress/edit-site": "6.0.3",
106+
"@wordpress/edit-widgets": "6.0.3",
107107
"@wordpress/editor": "14.0.2",
108108
"@wordpress/element": "6.0.1",
109109
"@wordpress/escape-html": "3.0.1",

src/wp-includes/blocks/template-part.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function render_block_core_template_part( $attributes ) {
161161
global $wp_embed;
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'] ) ) {
167167
$area_tag = $area_definition['area_tag'];

0 commit comments

Comments
 (0)