Hey guys! I've just switched from 1.2 to 1.5 I can't find the way to remove the curly quotes. On 1.2 I did this and worked perfectly, but on 1.5 I really don't know whre to deactivate them and I don't want to screw anything. As I read on other posts, I tried using the Markdown and Textile plugins, but none of those tricks worked.
I hope you can help me with this!
thanks from Argentina!
The suggestion you link to may still work, but the stuff you need to comment out is now in a different file:
wp-includes/default-filters.php
Thank you very much mdawaffe! It worked perfectly!!!!!
The scriptygoddess.com link doesn't work. What do I need to do to wp-includes/default-filters.php to get rid of curly quotes?
[edit] Nevermind, link works now. :) [/edit]
It worked! Death to curly quotes (in feeds). The lines I edited in default-filters.php were:
#add_filter('the_title', 'wptexturize');
#add_filter('the_content', 'wptexturize');
#add_filter('the_excerpt', 'wptexturize');