﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16642,"Function ""remove_filter"" does not seem to work right",1manfactory,,"On my plugin to manipulate permalinks I used this to remove the default filter

{{{
remove_filter('sanitize_title', 'sanitize_title');
}}}

before I add my own filter

It used to work until Wordpress 3.1

Now I can see that the filter which should have been removed is still active.

I checked it by manipulating the default filter sanitize_title (\wp-includes\formatting.php) in a way that it always gave back a special value. And the value always showed up though it should not when using ''remove_filter''
",defect (bug),closed,normal,,Formatting,3.1,normal,invalid,,info@…
