diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 4162996d53..1711f50ab4 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -593,7 +593,7 @@ function wp_print_media_templates() { <# if ( 'trash' === data.status ) { #> <# } else { #> - + <# } #> diff --git a/wp-includes/version.php b/wp-includes/version.php index bd3d505432..2b57277e5a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta2-45152'; +$wp_version = '5.2-beta2-45153'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.