[wp-hackers] Bug Fix Plugins
Horst Gutmann
zerok at zerokspot.com
Fri Feb 18 23:21:50 GMT 2005
Kimmo Suominen wrote:
> Hi!
>
> I've rolled up my bug fixes as plugins, so they are easy to use on any
> stock WordPress install.
>
> Format Excerpt
>
> If you are using Markdown or Textile, you'll notice that a generated
> excerpt may have unwanted (unprocessed/leftover) Markdown or Textile
> markup in it.
>
> If you are using Markdown or Textile in the excerpt (in the explicit
> excerpt or in the one generated from the post content), the RSS feed
> has unwanted markup in it always, as only the excerpt output as HTML
> gets processed through Markdown or Textile.
>
> Plain Title
>
> Entities for smart quotes are displayed as entities by Firefox and
> Internet Explorer, possibly by other browsers as well.
>
> Both plugins can be downloaded from
>
> http://kimmo.suominen.com/sw/
>
> Regards,
> + Kim
Great, Thank you :-)
$blah = explode(' ', $text, $excerpt_length + 1);
I love descriptive variable names :P
MfG, Horst
More information about the hackers
mailing list