Upgrade/Install: Add missing opening curly bracket after [44513].
Props WebFactory. Fixes #46563. git-svn-id: https://develop.svn.wordpress.org/trunk@44964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d3202c7a6f
commit
9a129eec78
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user