﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
16309	add_filter('the_content', 'myfunction') doesn't work when multi site.	matsubobo		"I wrote simple plugin code to test the issue.
{{{
function myfunction($content) {
        $content = 'test'.$content;
        return $content;
}
add_filter('the_content', 'myfunction');
}}}

The code works single wordpress and main site when multi site setting. However, child-sites when multi site setting.

WP 3.0 and 3.1 have same issue."	defect (bug)	closed	normal		Plugins	3.1	minor	invalid	add_filter	
