﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10535,_wp_filter_build_unique_id issues with the first time a filter is hooked by a class,simonwheatley,,"Ref #8723

The first time _wp_filter_build_unique_id is used to generate an ID the ID returned is different to the second time it is called. This presents a problem if the first ID is used when adding a filter which then needs to be removed later in the app flow... as the IDs don't match the filter is unremovable.

One workaround proposed is to set a wp_filter_id property before add the filter, and this will cause _wp_filter_build_unique_id to bypass the problem code and effectively forces the ""unique"" ID which is generated... this workaround feels unpoetic. ;)",defect (bug),reopened,normal,Future Release,Plugins,2.9,normal,,3.2-early has-patch needs-refresh,simon@… mikeschinkel@… azizur
