﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18398	wp_trim_excerpt wrong comperative	cedwetzel		"In wp-includes/formatting.php on line 1857 in method wp_trim_excerpt() the text input $text is compared to an empty string. This makes the function not working. Just replace 

{{{
if ( '' == $text ) {
}}}

with 

{{{
if ( '' != $text ) {
}}}

and it's going to work again.
"	defect (bug)	closed	normal		Formatting	3.2.1	major	duplicate		joachim.kudish@…
