From a6fed0173d33415a8f06c64405757b4f2aecd3be Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 Jul 2020 22:03:04 +0000 Subject: [PATCH] Themes: Correct closing tag for the "Enable auto-updates" button in the JS template for theme auto-update setting. Follow-up to [48418]. See #50516. Built from https://develop.svn.wordpress.org/trunk@48428 git-svn-id: http://core.svn.wordpress.org/trunk@48197 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 2dfa4eb3f5..fc858b2c87 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -568,7 +568,7 @@ function wp_theme_auto_update_setting_template() { <# } else { #> <# } #> <# if ( data.hasUpdate ) { #> <# if ( data.autoupdate ) { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index a65dba02b7..2123e6918a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta1-48427'; +$wp_version = '5.5-beta1-48428'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.