Upgrade/Install: Add missing `</form>` tag in auto-updates settings form.

Props imath, ahortin, dd32, afragen.
Fixes #51598. See #50907.
Built from https://develop.svn.wordpress.org/trunk@49274


git-svn-id: http://core.svn.wordpress.org/trunk@49036 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-22 03:38:10 +00:00
parent fe8bb3ea58
commit 83c900e8b3
2 changed files with 2 additions and 1 deletions

View File

@ -382,6 +382,7 @@ function core_auto_updates_settings() {
<p>
<input id="core-auto-updates-settings" class="button" type="submit" value="<?php esc_attr_e( 'Save' ); ?>" name="core-auto-updates-settings" />
</p>
</form>
<?php
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta1-49272';
$wp_version = '5.6-beta1-49274';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.