Opened 10 years ago
Closed 10 years ago
#37273 closed defect (bug) (fixed)
Shiny Updates: Trigger correct event after importer install
| Reported by: | swissspidy | Owned by: | swissspidy |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | Upgrade/Install | Version: | 4.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | javascript |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 37969: