Re: Quote Plugin Weirdness
Keith: Yeah, it can. Easily. By WP handling it I really meant being smart enough to leave it alone.
Aphelionz, you’re right. I feel stupid for such an oversight to the nesting problem. >_< However, my perl regexes aren’t particularly good and it’s not working (nor is it returning an error).
$row->post_text = preg_replace( '/<blockquote>.*</blockquote>/', '', $row->post_text );
If anyone knows how to fix that that’d be great.