Update/Install: Trigger the correct event after installing an importer plugin.

This fixes a typo inside `wp.updates.installImporterSuccess()` as it's about installing an importer, not an installer.

Fixes #37273.

git-svn-id: https://develop.svn.wordpress.org/trunk@37969 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2016-07-05 15:04:36 +00:00
parent a74032c39f
commit d61706e07e
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@
wp.a11y.speak( wp.updates.l10n.installedMsg, 'polite' );
$document.trigger( 'wp-installer-install-success', response );
$document.trigger( 'wp-importer-install-success', response );
};
/**