Skip to content

Commit

Permalink
Update packages to include latest changes.
Browse files Browse the repository at this point in the history
Props desrosj.


git-svn-id: https://develop.svn.wordpress.org/trunk@58553 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
aaronjorbin committed Jun 24, 2024
1 parent 8afc34a commit 14efb0d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,27 +83,27 @@
"@wordpress/api-fetch": "7.0.1",
"@wordpress/autop": "4.0.1",
"@wordpress/blob": "4.0.1",
"@wordpress/block-directory": "5.0.2",
"@wordpress/block-directory": "5.0.3",
"@wordpress/block-editor": "13.0.2",
"@wordpress/block-library": "9.0.2",
"@wordpress/block-library": "9.0.3",
"@wordpress/block-serialization-default-parser": "5.0.1",
"@wordpress/blocks": "13.0.2",
"@wordpress/commands": "1.0.2",
"@wordpress/components": "28.0.2",
"@wordpress/compose": "7.0.1",
"@wordpress/core-commands": "1.0.2",
"@wordpress/core-data": "7.0.2",
"@wordpress/customize-widgets": "5.0.2",
"@wordpress/customize-widgets": "5.0.3",
"@wordpress/data": "10.0.2",
"@wordpress/data-controls": "4.0.2",
"@wordpress/dataviews": "2.0.2",
"@wordpress/date": "5.0.1",
"@wordpress/deprecated": "4.0.1",
"@wordpress/dom": "4.0.1",
"@wordpress/dom-ready": "4.0.1",
"@wordpress/edit-post": "8.0.2",
"@wordpress/edit-site": "6.0.2",
"@wordpress/edit-widgets": "6.0.2",
"@wordpress/edit-post": "8.0.3",
"@wordpress/edit-site": "6.0.3",
"@wordpress/edit-widgets": "6.0.3",
"@wordpress/editor": "14.0.2",
"@wordpress/element": "6.0.1",
"@wordpress/escape-html": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/template-part.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function render_block_core_template_part( $attributes ) {
global $wp_embed;
$content = $wp_embed->autoembed( $content );

if ( empty( $attributes['tagName'] ) ) {
if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) {
$area_tag = 'div';
if ( $area_definition && isset( $area_definition['area_tag'] ) ) {
$area_tag = $area_definition['area_tag'];
Expand Down

0 comments on commit 14efb0d

Please sign in to comment.