Opened 8 years ago
Closed 8 years ago
#37273 closed defect (bug) (fixed)
Shiny Updates: Trigger correct event after importer install
Reported by: | swissspidy | Owned by: | swissspidy |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Description
Currently, inside wp.updates.installImporterSuccess
there is:
$document.trigger( 'wp-installer-install-success', response );
It should be:
$document.trigger( 'wp-importer-install-success', response );
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 37969: