mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
Update packages to include latest changes.
Props desrosj. Built from https://develop.svn.wordpress.org/trunk@58553 git-svn-id: http://core.svn.wordpress.org/trunk@58001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3c44824db7
commit
f2cbb565e4
@ -161,7 +161,7 @@ function render_block_core_template_part( $attributes ) {
|
|||||||
global $wp_embed;
|
global $wp_embed;
|
||||||
$content = $wp_embed->autoembed( $content );
|
$content = $wp_embed->autoembed( $content );
|
||||||
|
|
||||||
if ( empty( $attributes['tagName'] ) ) {
|
if ( empty( $attributes['tagName'] ) || tag_escape( $attributes['tagName'] ) !== $attributes['tagName'] ) {
|
||||||
$area_tag = 'div';
|
$area_tag = 'div';
|
||||||
if ( $area_definition && isset( $area_definition['area_tag'] ) ) {
|
if ( $area_definition && isset( $area_definition['area_tag'] ) ) {
|
||||||
$area_tag = $area_definition['area_tag'];
|
$area_tag = $area_definition['area_tag'];
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-beta3-58478';
|
$wp_version = '6.6-beta3-58553';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user