mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
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:
parent
78f8073a72
commit
03bd75f053
@ -191,7 +191,7 @@ class WP_Upgrader_Skin {
|
|||||||
} else {
|
} else {
|
||||||
echo '<script type="text/javascript">
|
echo '<script type="text/javascript">
|
||||||
(function( wp ) {
|
(function( wp ) {
|
||||||
if ( wp && wp.updates && wp.updates.decrementCount )
|
if ( wp && wp.updates && wp.updates.decrementCount ) {
|
||||||
wp.updates.decrementCount( "' . $type . '" );
|
wp.updates.decrementCount( "' . $type . '" );
|
||||||
}
|
}
|
||||||
})( window.wp );
|
})( window.wp );
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user