Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Fix typo in selector for the manual theme update success handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiron committed May 8, 2020
1 parent 5e0359b commit 42639f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/wp-autoupdates.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
/**
* Clear the "time until next update" when a theme is successfully updated manually.
*/
$( document ).on( 'wp-theme-update-success11',
$( document ).on( 'wp-theme-update-success',
function( event, response ) {
var isModalOpen = $( 'body.modal-open' ).length;

Expand Down

0 comments on commit 42639f1

Please sign in to comment.