[wp-trac] [WordPress Trac] #37273: Shiny Updates: Trigger correct event after importer install
WordPress Trac
noreply at wordpress.org
Mon Jul 4 20:03:50 UTC 2016
#37273: Shiny Updates: Trigger correct event after importer install
-----------------------------+-------------------
Reporter: swissspidy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.6
Component: Upgrade/Install | Version: trunk
Severity: normal | Keywords:
Focuses: javascript |
-----------------------------+-------------------
Currently, inside `wp.updates.installImporterSuccess` there is:
`$document.trigger( 'wp-installer-install-success', response );`
It should be:
`$document.trigger( 'wp-importer-install-success', response );`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37273>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list