since switching to WP 2.2 all images are enclosed in ( ‘ ) single quotes: <img src=’imagename.jpg’> and it breaks the Post-thumb plugin since its looking for a ( ” ) double quote.
I can easily fix it in the plugin, but that means i have to go thorugh al my posts and change double quotes to single.
Is there any way to modify the post-thumb to look for both – single and double quotes? should be pretty simple i just dont know Regex that well…
Thanks,
Aleks