It took me a little bit but I figured out that it can be solved in
/wp-includes/formatting.php
change line 1825 from:
if( '' == $text ) {
to:
if ( '' == trim ( $text ) ) {
Editing core files is not something I like to do though...
Looking at that plugin, it does a lot more than what I need so I'll probably
just use a trimming filter in the functions.php file for now, thanks for
suggesting it though.
On Sun, Jul 11, 2010 at 8:00 PM, Kathy Pop <[email protected]> wrote:
> Hi,
>
> I just solved it by installing the plugin, excerpts editor. I have a PHP
> programmer friend take a look at it & couldn't solve the problem.
>
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers