Upgrade/Install: Add missing opening curly bracket after [44513].

Props WebFactory.
Fixes #46563.

Built from https://develop.svn.wordpress.org/trunk@44964


git-svn-id: http://core.svn.wordpress.org/trunk@44795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-03-21 18:03:51 +00:00
parent 78f8073a72
commit 03bd75f053
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ class WP_Upgrader_Skin {
} else {
echo '<script type="text/javascript">
(function( wp ) {
if ( wp && wp.updates && wp.updates.decrementCount )
if ( wp && wp.updates && wp.updates.decrementCount ) {
wp.updates.decrementCount( "' . $type . '" );
}
})( window.wp );

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-alpha-44963';
$wp_version = '5.2-alpha-44964';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.