﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
12754	register_uninstall_hook() doesn't allow multiple callbacks	scribu	westi	"Currently, if you call register_uninstall_hook() in the same plugin, with two different callbacks, only the second one will be called.

This is because the callbacks are stored in an associative array:

{{{$plugin => $callback}}}

The only information that actually needs to be stored is the list of uninstallable plugins. The callback(s) can be added at runtime, like it's done for register_deactivation_hook().
"	enhancement	closed	normal		Plugins	3.0	normal	worksforme	needs-patch	mikeschinkel@…
