Update packages for 6.5 branch.

Built from https://develop.svn.wordpress.org/branches/6.5@58477


git-svn-id: http://core.svn.wordpress.org/branches/6.5@57926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2024-06-24 15:15:17 +00:00
parent 5b1a5b53ab
commit f44bb1da78
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,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'];

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5.5-alpha-58474';
$wp_version = '6.5.5-alpha-58477';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.