Skip to content

Commit 85b59b3

Browse files
committed
Bulk Update no Longer Working When 1 Plugin Failed Update
1 parent 40c45c2 commit 85b59b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/wp/updates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
*/
629629
wp.updates.updatePluginError = function( response ) {
630630
var $pluginRow, $card, $message, errorMessage, buttonText, ariaLabel,
631-
$adminBarUpdates = $( '#wp-admin-bar-updates' );
631+
$adminBarUpdates = $( '#wp-admin-bar-updates' ),
632632
isPluginInstall = 'plugin-install' === pagenow || 'plugin-install-network' === pagenow;
633633

634634
if ( ! wp.updates.isValidResponse( response, 'update' ) ) {

0 commit comments

Comments
 (0)