﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
10275	Filter logic has been put into the template loader while it not belongs there.	hakre		"Some time ago, filter logic has been introduced in the template-loader. Looks like a fix for the inability to handle attachments propperly (WP misses more and more a strict request parsing so that newer features tend to introduce more and more bugs).

The code has not been removed yet. It should be removed there or put into a more appropriate location. 

The code in question is:

{{{
remove_filter('the_content', 'prepend_attachment');
}}}

in /wp-inclueds/template-loader.php around line 30."	defect (bug)	closed	normal		General	2.8	normal	maybelater		
