﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
6380	the_excerpt & [gallery]	DD32	anonymous	"Having a post such as: 
{{{
Source: http://...

[gallery]
}}}

and using the_except() will produce a post such as:

{{{
<p>Source: http://...</p>
<p>			.gallery {<br />
				margin: auto;<br />
			}<br />
			.gallery-item {<br />
				float: left;<br />
				margin-top: 10px;<br />
				text-align: center;<br />
				width: 33%;			}<br />
			.gallery img {<br />
				border: 2px solid #cfcfcf;<br />
			}<br />
			.gallery-caption {<br />
				margin-left: 0;<br />
			}</p>
}}}

Looks like the_excerpt should de-register the shortcodes the_content filter first, trim it, apply the shortcodes to the trimmed except, and then re-attach the shortcodes filter?"	defect (bug)	closed	normal		Administration	2.5	normal	wontfix	has-patch	
