xwp / stream

🗄️ Stream plugin for WordPress

Home Page:https://wordpress.org/plugins/stream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uninstall message doesn't display

lukecarbis opened this issue · comments

When clicking the Uninstall link on the plugins page, we should be displaying a warning notice (see https://github.com/x-team/wp-stream/blob/master/ui/admin.js#L276-L280).

This notice isn't displaying, because admin.js is never loaded, because the admin_enqueue_scripts hook never fires on the plugins page.

I'll take care of this one!