So Matt Mullenweg decides one day to add a filter inside the WordPress package, that converts all the occurrence of the word “Wordpress” into “WordPress”.
See any difference?? The letter “p” in WordPress changes to a capital “P“.
This filter has caused an awful lot of problems in my blog including the images and blog post permalink.
I finally found a plugin which disables this filter and let “WordPress” be “WordPress” without a capital P.
Here is the plugin that fixes the issue:
http://wordpress.org/extend/plugins/remove-wordpress-to-wordpress-filter/
This is the Filter that I am talking about. Check out the ticket raised for the WordPress capital P issue.
No related posts.

Hey, this is Kamal and I operate the NPXP network of websites. I am a blogger as well as a freelancer.
What sort of problems was this bug exactly causing you???
Well let’s say I uploaded an image with the word “WordPress” in it. Due to the filter the url would get converted to “WordPress” with a capital P resulting in a broken link!
I couldn’t figure out what went wrong until I saw the difference in the url of the image.
Thanks for sharing this kamal.