﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9870	Fix for WP_Dependencies::dequeue	chrisbliss18	azaozz	"The WP_Dependencies::dequeue method has three major flaws that prevent it from working: does not split handle around '?' to divide handle from arg (see the WP_Dependencies::enqueue method), tries to remove the handle from the queue array by using the handle as an index of the array when the handle is a value of the array, and does not remove a relevant entry from the args array if the handle has an arg.

The provided patch (wp-dependencies-patch.txt) was tested with 2.8-beta1-11389 and corrected all three issues."	defect (bug)	closed	normal	2.9	JavaScript	2.8	normal	fixed	has-patch tested needs-unit-tests	chrisbliss18 westi
